We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I am using the amazon aws cli with the command aws s3 cp "s3://sorel-20m/09-DEC-2020/processed-data/" .
aws s3 cp "s3://sorel-20m/09-DEC-2020/processed-data/" .
Sorry, something went wrong.
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/" .
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: