Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

generatePresignedUrl() for keys thats have spaces. #146

Open
getmetorajesh opened this issue Feb 15, 2017 · 1 comment
Open

generatePresignedUrl() for keys thats have spaces. #146

getmetorajesh opened this issue Feb 15, 2017 · 1 comment

Comments

@getmetorajesh
Copy link

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.

@CptnKirk
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants