Hello,
I am new to AWS CLI. I am trying to download files from
s3://copernicus-dem-30m
I was able to download tilelist.txt and readme.html but I am constantly getting errors when trying to download the directory or file with the .tif raster.
As far as I can tell (confirmed using ls) my path is correct:
aws s3 cp --no-sign-request s3://copernicus-dem-30m/Copernicus_DSM_COG_10_N68_00_W133_00_DEM/Copernicus_DSM_COG_10_N68_00_W133_00_DEM/Copernicus_DSM_COG_10_N68_00_W133_00_DEM.tif D:\ITH_analysis_maps
Yet I get the following error:
fatal error: An error occurred (404) when calling the HeadObject operation: Key "Copernicus_DSM_COG_10_N68_00_W133_00_DEM/Copernicus_DSM_COG_10_N68_00_W133_00_DEM/Copernicus_DSM_COG_10_N68_00_W133_00_DEM.tif" does not exist
As can be seen, the error message it is omitting s3://copernicus-dem-30m
I am clueless about how to resolve this.
Thanks for any help!