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

Help download s3 boto #1338

Open
vilmaslva opened this issue May 5, 2022 · 1 comment
Open

Help download s3 boto #1338

vilmaslva opened this issue May 5, 2022 · 1 comment

Comments

@vilmaslva
Copy link

Hello I am doing a research and I need to make a download through python s3 boto. But the script is not working. Others I found on the web need credentials, that I don't have.

Could you help me to download a dataset available on https://registry.opendata.aws/, without the need of credentials.

@cstner
Copy link
Contributor

cstner commented May 5, 2022

Hello -

Please try adding :

config=Config(signature_version=UNSIGNED)

... to your boto3 s3 client request.

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

No branches or pull requests

2 participants