energy-py icon indicating copy to clipboard operation
energy-py copied to clipboard

unable to fetch dataset

Open fokx opened this issue 4 years ago • 1 comments

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

fokx avatar Jun 05 '21 07:06 fokx

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

ADGEfficiency avatar Oct 26 '21 02:10 ADGEfficiency