Michael,
I couldn't reproduce your error (the temp file gets deleted for me), but
the creation of a temporary file on /vsis3/ was certainly a bug. I've
addressed this per https://github.com/OSGeo/gdal/pull/12421
Even
Le 20/05/2025 à 02:38, Michael Sumner via gdal-dev a écrit :
When I write a
When I write a COG to object storage, I see the external overview being
created in CPL_TMPDIR, but there is a .tif.tmp.tif file that then isn't
cleaned up. This is on a custom endpoint. I see
gdalwarp test_me.tif /vsis3/ideatest/sometest6.tif -of COG -co
SPARSE_OK=YES -ts 14400 7200 -overwrite
Cre