You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI @asterikx I'm investigating this issue, but don't have a solid workaround for this issue yet. It looks like logging for presigned SDK computed signature isn't working. Ive created #958 to track request signing not working. We'll most likely need to resolve why presign logging isn't working with PresignClient in order to resolve the issue the request signature.
I think we've resolved the issue in #969, and unfortunately there is no good way to workaround this issue other than to pull in the PR. Once this PR is approved and merged it will be included in the next tagged release.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
I'm generating pre-signed put URLs and hitting
SignatureDoesNotMatch
errors on special characters.SignatureDoesNotMatch error:
No error:
So
(
and/or)
seems to cause the error in this example.EDIT: Spaces and Umlauts also lead to this error.
Version of AWS SDK for Go?
v0.30.0
Version of Go (
go version
)?1.15
To Reproduce (observed behavior)
Expected behavior
Pre-sign client handles special characters correctly (as
aws-sdk-go
v1
did)The text was updated successfully, but these errors were encountered: