msorvig / qts3

Qt API for Amazon S3
MIT License
21 stars 8 forks source link

Put Error when using special symbol #6

Open alanortery opened 1 year ago

alanortery commented 1 year ago

When I put file to S3, if the path have special symbol (@ or chinese), it will fail and got following error message

S3 put error : "SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your key and signing method." S3 put error : "Error downloading https://my-s3-test.s3.amazonaws.com/@22/1.png? - server replied: Forbidden"

Have someone encounter the same issue?

Please help me Thanks.

alanortery commented 1 year ago

Hello~ anybody here?