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개 답변
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
답변함 일 년 전
  • 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.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠