Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: ckulal <[email protected]>
  • Loading branch information
ckulal committed Jul 22, 2024
1 parent 80b7e4a commit ac1cea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rgw/v2/lib/curl/resource_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, user_info, ssh_con, ssl=None):
self.endpoint_url = aws_reusable.get_endpoint(ssh_con, ssl)
self.prefix = f"curl --show-error --fail-with-body -v -s --aws-sigv4 aws:amz:us-east-1:s3 -u '{self.username}:{self.password}'"
if ssl:
self.prefix = self.prefix + " --no-verify-ssl"
self.prefix = self.prefix + " --insecure"

def command(
self,
Expand Down

0 comments on commit ac1cea3

Please sign in to comment.