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
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
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
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