Closed eranh-bb closed 7 months ago
We are looking into what might be causing this behavior
fix has been merged in https://github.com/aws/aws-sdk-cpp/commit/3abf409c171d60c874015d5962e79902a5f3ad1d and should be available in the next release later today.
This should be live now
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Describe the bug
When moving from the regular s3 client to s3-crt client we've been getting the following errors on object keys that have special characters in them (i.e. '=' sign) 'The request signature we calculated does not match the signature you provided. Check your key and signing method.'
we are using sdk with tag version:
help would be greatly appreciated
Expected Behavior
s3-crt client would work seamlessly against the same object keys that the regular s3 client supports.
Current Behavior
s3-crt client fails on object keys with special characters with the following message: The request signature we calculated does not match the signature you provided. Check your key and signing method.
Reproduction Steps
example code:
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.248
Compiler and Version used
gcc (Ubuntu 9.5.0-1ubuntu1~22.04) 9.5.0
Operating System and version
Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy