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

Cannot download the dataset. #18

Open
ravifatty opened this issue May 25, 2022 · 2 comments
Open

Cannot download the dataset. #18

ravifatty opened this issue May 25, 2022 · 2 comments

Comments

@ravifatty
Copy link

I have tried downloading the dataset. I am getting this error while trying to download it. fatal error: Could not connect to the endpoint URL: "https://sorel-20m.s3.us-east-1a.amazonaws.com/09-DEC-2020/processed-data/"

Any help is appreciated.

@ravifatty
Copy link
Author

I am using the amazon aws cli with the command aws s3 cp "s3://sorel-20m/09-DEC-2020/processed-data/" .

@lkurlandski
Copy link

Use the --no-sign-request flag, as discussed is this Issue, ie,

aws --no-sign-request s3 cp "s3://sorel-20m/09-DEC-2020/processed-data/" .

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