SignatureDoesNotMactch error while uploading a file to Ceph storage #1237
Labels
bug
This issue is a bug.
p3
This is a minor priority issue
response-requested
Waiting on additional info and feedback. Will move to 'closing-soon' in 7 days.
third-party
This issue is related to third-party libraries or applications.
Describe the bug
Ceph storage is compatible with S3. I am able to upload to a S3 bucket but when I try to do any operation (or upload) to Ceph storage it throws a SignatureDoesNotMatch error. I am providing the IP Address in the endpoint_url(). If I provide a domain name then it works.
Regression Issue
Expected Behavior
File should be uploaded to Ceph storage
Current Behavior
Throws SignatureDoesNotMatch
Reproduction Steps
Possible Solution
No response
Additional Information/Context
virtual-hosted style addressing is not working because of the IP Address
Instead, the SDK falls back to path-style addressing, where the bucket name is part of the URL path:
However, even this is not working.
Version
Environment details (OS name and version, etc.)
Ubuntu 22.04
Logs
No response
The text was updated successfully, but these errors were encountered: