Aws interface issue

0

I am trying to download a dataset from S3 bucket using aws interface. I have the security code and other details. But when I type the code for downloading the data, I get an error. I am not even able to see the contents of that bucket. I tried several ways but I am unable to check what the issue is.

It is an open source data so i don't think it is the access error.

The data source I want to download is world bank lights at night data in .tif format.

Any suggestions would be helpful.

1 Answer
2

Using AWS CLI in CloudShell, I was able to run the following commands successfully:

aws s3 ls --no-sign-request s3://globalnightlight/201204/
aws s3 cp --no-sign-request s3://globalnightlight/201204/SVDNB_npp_d20120401_t1924059_e1929463_b02219_c20120402012946730703_noaa_ops.rade9.co.co.tif .    

World Bank - Light Every Night

profile pictureAWS
EXPERT
kentrad
answered a year ago
  • Thank you for the suggestion.

    I tried this, but the issue presented is I can see the data now, but for some reason when I try to download it to my local PC, I get an error that says access denied or download failed. I am unable to see what seems to be the error.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions