fix: admin change-bucket-owner cert disable verify

This commit is contained in:
Ben McClelland
2024-04-11 14:44:37 -07:00
parent 936ba1f84b
commit 53a50df742
+1 -1
View File
@@ -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 {