-
Notifications
You must be signed in to change notification settings - Fork 83
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
Fix NoCredentialProviders error when accessing public bucket on Minio #133
Fix NoCredentialProviders error when accessing public bucket on Minio #133
Conversation
@kakkoyun any updates on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Codebreaker101 Sorry for the late response and thanks for the contribution.
This looks solid. I just wonder have you tested this against real AWS S3 API not just Minio?
@Codebreaker101 And rebasing your branch onto latest master should solve the CI problems. |
Signed-off-by: Kemal Akkoyun <[email protected]>
f90f085
to
f61ab7c
Compare
I have not tested it on AWS S3, but the object was taken straight from the documentation so it should work with no issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then let's see how it goes. LGTM.
Looks like this introduced a regression that is being tracked in #188 |
Fixes #132
Checklist
Unreleased
section of CHANGELOG.