Luke Reed
Luke Reed

Reputation: 101

AWS Signature Error using Postman to access the AWS API Gateway when posting a binary

Works fine when doing a GET request or even a POST request with raw JSON. But sending a file returns this error:

"The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details. The Canonical String for this request should have been 'POST......."

Credentials are definitely correct.

Upvotes: 2

Views: 5117

Answers (1)

Luke Reed
Luke Reed

Reputation: 101

This is a known issue posted on 3rd July: https://github.com/postmanlabs/postman-app-support/issues/3232

Will wait for the update

Upvotes: 2

Related Questions