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
We're currently facing an issue when uploading files into an S3 bucket:
`AmazonClientException:
com.amazonaws.services.s3.model.AmazonS3Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. (Service: Amazon S3; Status Code: 403;
Error
Code: SignatureDoesNotMatch; Request ID: WFR22B0BBBH8JH5R; S3 Extended Request ID: KvP1tVsl2vVn1blrkGHZNFGvFyyuDhSoFcsbUSuUWp3g9T/Ou2WoLg9qcqaF2dn8oLVaM3VaZJ0=; Proxy: null)`
Uploading the same file on different regions work properly, but even using same bucket configs it fails on ca region; no clue about what could be the issue.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi.
We're currently facing an issue when uploading files into an S3 bucket:
`AmazonClientException:
com.amazonaws.services.s3.model.AmazonS3Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. (Service: Amazon S3; Status Code: 403;
Error
Code: SignatureDoesNotMatch; Request ID: WFR22B0BBBH8JH5R; S3 Extended Request ID: KvP1tVsl2vVn1blrkGHZNFGvFyyuDhSoFcsbUSuUWp3g9T/Ou2WoLg9qcqaF2dn8oLVaM3VaZJ0=; Proxy: null)`
Uploading the same file on different regions work properly, but even using same bucket configs it fails on ca region; no clue about what could be the issue.
Any hints about it?.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions