-
-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Golang AWS SDK v2 SignatureDoesNotMatch #569
Comments
This is a big issue for us as well, we have had to stop service for some clients and move to AWS S3 |
Hey @frostbyte73 thanks for reporting the issue, |
+1, this is an issue for us since we are dependent on https://github.com/livekit/egress which seems to use the same library (aws-sdk-go v2) as well. |
Same here. This is a big issue for us aswell. |
the is still a big issue for us, @encima any word on this ? |
@mercuryyy have asked the storage team and will respond here with any updates |
Let's continue the thread here: |
Bug report
Describe the bug
All operations fail with
SignatureDoesNotMatch
when using aws-sdk-go v2.The same requests work with s3, minIO, and other s3-compatible providers.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
Upload should succeed.
System information
Additional context
I have confirmed that this works with aws-sdk-go v1, and there are no issues with my credentials.
The text was updated successfully, but these errors were encountered: