Closed zitmen closed 1 year ago
Actually it has not been fixed correctly as I still can't connect to my local minio instance due to incorrect signature
How are you connecting? I've added a factory method for Minio for convenience, it works on my local network with custom port.
I did use the new factory. I am going to investigate tomorrow and if I find the root cause, I will share.
My appologies, I executed my integration tests with incorrect configuration yesterday. Everything seems to work well now, so I am closing the issue.
Hi,
I am testing with S3 compatible storage (Minio) and I am experiencing issues where I am getting 403 Forbidden during authentication. Error code is
SignatureDoesNotMatch
. I have found 2 causes:Best, Martin