Skip to content
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

Allow anonymous S3 clients #21

Closed
michaeldnelson opened this issue May 15, 2020 · 1 comment · Fixed by #22
Closed

Allow anonymous S3 clients #21

michaeldnelson opened this issue May 15, 2020 · 1 comment · Fixed by #22

Comments

@michaeldnelson
Copy link

It is a recommended security practice to use machine level IAM roles instead of putting credentials in your code. To do this you need to be able to create a client using credentials = false instead of providing a key and secret. It doesn't appear that is possible presently.

@jszobody jszobody linked a pull request Jun 24, 2020 that will close this issue
@jszobody
Copy link
Member

Take a look at v3, you should now be able to create anon s3 clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants