Uploading Files to s3 sometimes fails due to Amazon.S3.AmazonS3Exception: 'The request signature we calculated does not match the signature you provided' #3621
Labels
bug
This issue is a bug.
p3
This is a minor priority issue
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
s3
Describe the bug
The below code was working fine until I was using .net AWSSDK.S3 Version="3.7.8.2", after I updated the version to "3.7.411.7" the fileTransferUtility.Upload() function started resulting in unexpected behavior. Sometime the call get successful and sometimes it throws an exception with message "The request signature we calculated does not match the signature you provided. Check your key and signing method".
Regression Issue
Expected Behavior
The TransferUtility.Upload should always upload the file instead of throwing exception. I have downgraded the version to the previous one and it's now working flawlessly.
Current Behavior
Amazon.S3.AmazonS3Exception: 'The request signature we calculated does not match the signature you provided. Check your key and signing method.'
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
AWSSDK.S3 Version="3.7.411.7"
Targeted .NET Platform
.net 8
Operating System and version
windows 11
The text was updated successfully, but these errors were encountered: