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
Mert18
changed the title
Signature calculation error, signature we caclulated does not match.
Signature calculation error, signature we caclulated does not match. Sending request with cURL
Jan 8, 2023
Mert18
changed the title
Signature calculation error, signature we caclulated does not match. Sending request with cURL
Signature calculation error, signature we calculated does not match. Sending request with cURL
Jan 8, 2023
Expected Behavior
Expecting to get the content of the minio file, after sending the curl request (in the script below)
Current Behavior
I am generating the signature using the following guide:
https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html
But unfortunately I cannot send curl request. It gives the error in the title.
Steps to Reproduce
You must have Access key id, secret key, and a session token.
1.Send request with postman, using the credentials, It works.
2. Create a .sh file, add the content below, specify bucket and file name:
./name.sh
Context
I was trying to send a curl request with credentials.
Your Environment
Linux hachiko 5.15.0-57-generic #63-Ubuntu SMP Thu Nov 24 13:43:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: