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 年前檢視次數 188 次
1 個回答
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
專家
kentrad
已回答 1 年前
  • 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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南