energy-py
energy-py copied to clipboard
unable to fetch dataset
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
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