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 年前187 查看次数
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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则