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 Antwort
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
EXPERTE
kentrad
beantwortet vor einem Jahr
  • 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.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen