Upload File with Safe characters in Key causes Forbidden Error #2604
Closed
Playmountain710
started this conversation in
General
Replies: 1 comment
-
Sorry for the delay in the response, but what version of S3 are you using? Also, what does Using
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i am trying to Upload files in our bucket. The file Key is looking something like that:
"file_(test)_file.csv"
But the Upload is failing with Error "Fobidden" - "The request signature we calculated does not match the signature you provided. Check your key and signing method"
Here is my code for the upload:
The expected behaviour is a successful upload of the file.
The parenthesis is on the safe character list.
Uploading the file only with underscores _ is working!
Do you have any ideas how to get this problem solved?
Best Regards,
Fabian
Beta Was this translation helpful? Give feedback.
All reactions