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
When I used the cmd inside Makefile to download dataset from AWS S3, I got the error: $ aws s3 cp s3://energy-py/public/dataset.zip dataset.zip
fatal error: Unable to locate credentials
The text was updated successfully, but these errors were encountered:
Hi @fokx - thanks for your help :)
This was an error on my end - try:
aws --no-sign-request --region ap-southeast-2 s3 cp s3://energy-py/public/dataset.zip dataset.zip
Sorry, something went wrong.
No branches or pull requests
When I used the cmd inside Makefile to download dataset from AWS S3, I got the error:
$ aws s3 cp s3://energy-py/public/dataset.zip dataset.zip
fatal error: Unable to locate credentials
The text was updated successfully, but these errors were encountered: