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
Ultimately, I am getting a 403 status code with "The request signature we calculated does not match the signature you provided. Check your key and signing method." as the error message when uploading an image.
I was trying to implement this as well with a custom getSignedUrl method and I am getting the same error. Cannot figure it out. When i dont use a custom getSignedUrl method it works, but i need the custom one to send an additional object hash to rails, which is not possible with using only signingUrlQueryParameters
Hey, i'm really struggling to get this to work.
Ultimately, I am getting a 403 status code with "The request signature we calculated does not match the signature you provided. Check your key and signing method." as the error message when uploading an image.
Here is my react code:
Here is my server side code:
I created an Iam user with the policy AmazonS3FullAccess.
Something I also updated was the cors policy of my s3 bucket with:
Can someone please tell me what i'm doing wrong? Thanks
The text was updated successfully, but these errors were encountered: