-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 signature is not calculated correctly #15
Comments
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. |
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
The text was updated successfully, but these errors were encountered: