mirror of
https://github.com/versity/versitygw.git
synced 2026-08-01 21:06:16 +00:00
fix: admin change-bucket-owner cert disable verify
This commit is contained in:
@@ -367,7 +367,7 @@ func changeBucketOwner(ctx *cli.Context) error {
|
||||
return fmt.Errorf("failed to sign the request: %w", err)
|
||||
}
|
||||
|
||||
client := http.Client{}
|
||||
client := initHTTPClient()
|
||||
|
||||
resp, err := client.Do(req)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user