minio-js icon indicating copy to clipboard operation
minio-js copied to clipboard

SignatureDoesNotMatch error with non-ASCII metadata

Open aileo opened this issue 1 year ago • 3 comments

Hello,

I am not sure if this is a bug or not, if it is related to the js client or minio...

I got 'S3Error: The request signature we calculated does not match the signature you provided. Check your key and signing method.' while other users did not while uploading some file to our dockerized minio on local development environment.

After a lot of reading about minio and reverse proxies, which does not apply in my case, I found out it was because we store author firstname in metadata and mine has an accented character in it.

As I did not find any resources about this while searching about this error, I thought it would be a good idea to write about it somewhere, let me know if here is not the best place.

aileo avatar May 31 '24 12:05 aileo