-
Notifications
You must be signed in to change notification settings - Fork 249
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
Extra whitespace in S3 object metadata causes SignatureDoesNotMatch error #248
Comments
Thanks for finding this, I'll look into and let you know when it's fixed |
|
keeping this open until we land this in the next release |
that dang autoclose |
fix shipped in 0.0.23-alpha |
|
Bug Report
Today I noticed that a specific PutObject operation failed due to a
SignatureDoesNotMatch
error:This can be reproduced locally with this code:
Note that removing the repeated whitespace from metadata will fix the issue. May or may not be related to #226.
Full backtrace:
Version
v0.0.19-alpha
The text was updated successfully, but these errors were encountered: