-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SignatureDoesNotMatch when putting file #9236
Comments
With
If it can help |
with |
An error occurred (SignatureDoesNotMatch) when calling the PutObject operation: The request signature we calculated does not match the signature you provided. Check your key and signing method I had the same problem, fixed by using previously version awscliv2... |
Same issue here:
Solution available in #9214 |
Describe the bug
Hi!
I have a machine with 0 problem with aws (aws-cli/1.27.47 Python/3.8.10 Linux/5.4.0-189-generic botocore/1.29.47) and this machine have the same config/cred but different aws cli version and OS version (aws-cli/1.37.1 Python/3.12.3 Linux/6.8.0-51-generic botocore/1.36.1)
On the machine with the latest aws cli, I have a problem of SignatureDoesNotMatch when I put file on my s3 (with
aws s3 cp
)Regression Issue
Expected Behavior
To cp my file without issue
Current Behavior
Error SignatureDoesNotMatch when
aws s3 cp
Reproduction Steps
Put the same version as me and
aws s3 cp
a file with enough credPossible Solution
No response
Additional Information/Context
No response
CLI version used
aws-cli/1.37.1 Python/3.12.3 Linux/6.8.0-51-generic botocore/1.36.1
Environment details (OS name and version, etc.)
Ubuntu 24.04
The text was updated successfully, but these errors were encountered: