SignatureDoesNotMatch Error when using signed URL

0

Hi,

I am generating a signed URL to upload a file to S3 using lambda.

Following that, I copied the generated signed URL in Postman and sent a PUT request with the body type as 'none' which was successful. However, when I tried to do the same with the request body type as binary with a file I get the following error;

<Code>SignatureDoesNotMatch</Code> <Message>The request signature we calculated does not match the signature you provided. Check your key and signing method.</Message>

  • If there are any further questions feel free to ask. If the answer below is satisfactory to you please mark it as accepted. Thanks!

Sandali
asked 9 months ago808 views
1 Answer
0
AWS
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions