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
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Whenever I try to generatePresignedUrl for keys(key: /some_folder/file name.JPG) with spaces, it generates the URL, but the URL returns 403 with the below error message
The request signature we calculated does not match the signature you provided. Check your key and signing method.
The text was updated successfully, but these errors were encountered:
I had a similar issue with keys that contained ':' chars. The root cause was a bug in the underlying aws sdk. awscala pulls in a very old sdk version. Manually pull in a current aws sdk version into your project and this issue should go away. I'm using 1.11.115 and the problem is gone for me.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Whenever I try to generatePresignedUrl for keys(key: /some_folder/file name.JPG) with spaces, it generates the URL, but the URL returns 403 with the below error message
The request signature we calculated does not match the signature you provided. Check your key and signing method.
The text was updated successfully, but these errors were encountered: