[gdal-dev] Odd error

Clive Swan cliveswan at gmail.com
Sat Dec 10 05:19:40 PST 2022


I have been using the security details for weeks, now getting an odd error.

 

Getting an odd error??

I have been using the same:

AWS_ACCESS_KEY_ID

AWS_SECRET_ACCESS_KEY

 

ERROR 4: Attempt to create new tiff file `/vsis3/summer-outputs/1/coastal-
-2020.tif' failed: Permission denied

Input file size is 450000, 225000

ERROR 13: The specified key does not exist << ??

 

### Script below

#!/bin/bash

 LOG_FILE=/home/ubuntu/run_translate.log

 exec 1>>${LOG_FILE}

exec 2>>${LOG_FILE}

 ## 5_UK_prod_rasters >> 3_data_ready_for_spectra

 

gdal_translate /vsis3/summer-outputs /1/coastal -2020.vrt /vsis3/
summer-outputs /2/coastal -2020.tif -co BIGTIFF=YES  -co
NUM_THREADS=ALL_CPUS --config GDAL_CACHEMAX 100000 --config CPL_TMPDIR
/data/tmp --config CPL_VSIL_USE_TEMP_FILE_FOR_RANDOM_WRITE YES  --config
AWS_ACCESS_KEY_ID KEY_ID --config AWS_SECRET_ACCESS_KEY ACCESS_KEY

echo end script

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20221210/fe25a8bd/attachment.htm>


More information about the gdal-dev mailing list