-
Notifications
You must be signed in to change notification settings - Fork 49
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
Requests with no body don't sign correctly #567
Comments
This happens because we're setting It appears to actually be a regression. We had previously set |
|
Describe the bug
S3Client.createBucket
, when called with only a bucket name as input, appears to be signing incorrectly. The service will reject the request claiming that the signature is invalid.Expected behavior
Bucket should be created.
Current behavior
S3Exception
is thrown:The request signature we calculated does not match the signature you provided. Check your key and signing method.
Steps to Reproduce
Possible Solution
No response
Context
No response
AWS Kotlin SDK version used
0.14.0-beta
Platform (JVM/JS/Native)
JVM
Operating System and version
macOS 12.2.1
The text was updated successfully, but these errors were encountered: