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

Add support for AWS anonymous access #2810

Closed
pditommaso opened this issue Apr 21, 2022 · 1 comment
Closed

Add support for AWS anonymous access #2810

pditommaso opened this issue Apr 21, 2022 · 1 comment
Milestone

Comments

@pditommaso
Copy link
Member

pditommaso commented Apr 21, 2022

Summary

In some use cases, it's needed to be public data hosted on S3 bucket, however the S3 client for Nextflow asks the S3 credentials even if not really needed.

This can be a limiting factory in some contexts. The goal of this issue is to prevent the need of using AWS creds to access public data on S3.

This should be achievable using the AnonymousAWSCredential when creating the AWS client.

This option could be provided by specifying the following setting in the nextflow config

aws.client.anonymous = true
@pditommaso
Copy link
Member Author

Solved by ae7ba35

@pditommaso pditommaso added this to the 22.04.0 milestone Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant