Questions tagged [aws-signature]
35 questions
0
votes
1 answer
AWS SigV4 signature does not match AWS's calculated
I am trying to follow the code in the documentation of AWS SigV4 signing process but it seems something is off, as I keep on getting error 403 - signature does not match.
All I did was changing the parameters for my needs. I have been using the same…

John-Ta
- 23
- 4
0
votes
0 answers
Read Postman AWS signature details in golang
I am passing my AWS access key and secret using the Authorization > AWS Signature section in postman.
I am handling the request using a Golang project.
Now, I am getting the request under this variable : r *http.Request
I tried getting different…

Keval Bhogayata
- 4,422
- 3
- 13
- 36
0
votes
1 answer
Could not find com.github.awslabs:aws-request-signing-apache-interceptor
I am using com.github.awslabs:aws-request-signing-apache-interceptor:deb7941e85 for AWS Request signing as suggested in the AWS doc
build.gradle
dependencies {
compile…

Prasanth Rajendran
- 4,570
- 2
- 42
- 59
0
votes
1 answer
Facing difficulties with amazon url signature
I am following each step to create a signature for my url requests to amazon(or at least that's what I think) but it doesn't work.
I am trying to sign an example from the amazon's page(…

user159192121
- 25
- 1
- 8