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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: