Re: [gdal-dev] Cannot open S3 files after upload

2017-06-21 Thread Even Rouault
On mercredi 21 juin 2017 11:47:49 CEST Matt Hanson wrote: > Thanks Even, > > Disabling reading the directory is another work around for my use case as > well: > (GDAL_DISABLE_READDIR_ON_OPEN=TRUE) This can work, but will cause probing of lots of side-car files. If you don't have any side-car fil

Re: [gdal-dev] Cannot open S3 files after upload

2017-06-21 Thread Matt Hanson
Thanks Even, Disabling reading the directory is another work around for my use case as well: (GDAL_DISABLE_READDIR_ON_OPEN=TRUE) On Wed, Jun 21, 2017 at 5:02 AM, Even Rouault wrote: > Matt, > > > > > My actual problem is a bit more specific then being unable to open S3 > files > > > after uploa

Re: [gdal-dev] Cannot open S3 files after upload

2017-06-21 Thread Even Rouault
Matt, > My actual problem is a bit more specific then being unable to open S3 files > after upload. The actual problem is that within the same Python session, I > can open a file off S3 with the vsis3 driver, but then if I upload a new > file that previously did not exist (using boto3), gdal does

[gdal-dev] Cannot open S3 files after upload

2017-06-20 Thread Matt Hanson
Hello everyone, My actual problem is a bit more specific then being unable to open S3 files after upload. The actual problem is that within the same Python session, I can open a file off S3 with the vsis3 driver, but then if I upload a new file that previously did not exist (using boto3), gdal doe