Re: [gdal-dev] /vsis3/ write geotiff - am I reading this wrong?

2021-11-04 Thread Vladimir Sandoval
I was able to get this to work by upgrading to V3.3.3. 03.11.2021, 20:01, "Vladimir Sandoval" :With GDAL v3.2.1, Windows 10 - trying to write a geotiff to an S3 bucket using /vsis3/. The documentation states: It also allows sequential writing of files. No seeks or read operations are th

[gdal-dev] /vsis3/ write geotiff - am I reading this wrong?

2021-11-03 Thread Vladimir Sandoval
With GDAL v3.2.1, Windows 10 - trying to write a geotiff to an S3 bucket using /vsis3/. The documentation states: It also allows sequential writing of files. No seeks or read operations are then allowed, so in particular direct writing of GeoTIFF files with the GTiff driver is not supported,

[gdal-dev] VSIS3 with Ceph S3

2021-10-29 Thread Vladimir Sandoval
We have a Ceph S3 instance we are trying to use GDAL with.  It only provides the access key and the secret access key - no tokens or the like. Have been unable to get gdal to work with various calls such as: gdalinfo --config AWS_ACCESS_KEY_ID 'ouraccesskey' --config AWS_SECRET_ACCESS_KEY