1
0
mirror of https://github.com/ceph/ceph synced 2025-04-01 23:02:17 +00:00

Merge pull request from mkogan1/wip-ubu-SigDoesNotMatch-cont

rgw : fix python script using s3cmd with error code 403 for ubuntu 20.04

Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2023-04-05 11:57:05 -04:00 committed by GitHub
commit d4f94e8b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,8 @@ def get_radosgw_endpoint():
if port == '443':
proto = "https"
endpoint = proto + "://" + hostname + ":" + port
endpoint = hostname
log.info("radosgw endpoint is: %s", endpoint)
return endpoint, proto