[gdal-dev] gdal.open fails from C#

2021-04-20 Thread Jeannie May
n IAM role. -- *Jeannie May* Senior Software Engineer 11 Birmingham Drive, Christchurch | 963 5305 Office www.trimble.com Connect with us! using System; using OSGeo.GDAL; using MaxRev.Gdal.Core; namespace root { class Program { static void Main(str

Re: [gdal-dev] Gdal.Open on S3 using IAM roles

2021-04-15 Thread Jeannie May
to the box and test by running gdalinfo > /vsis3/... with verbose curl config options set and so on and make sure I > could get that working as a sanity check. > > On Wed, Apr 14, 2021 at 3:21 PM Jeannie May > wrote: > >> This is the gdal setup. None of the AWS keys are set e

Re: [gdal-dev] Gdal.Open on S3 using IAM roles

2021-04-14 Thread Jeannie May
AWS_* variables in your > EC2/container environment? I think that could spoil it for you. > > You can set CPL_CURL_VERBOSE to YES and get an idea of the network > requests GDAL is doing. If things are just slow, you might need to set > GDAL_DISABLE_READDIR_ON_OPEN=YES > and CPL_VSIL_CURL_ALLOWED_E

[gdal-dev] Gdal.Open on S3 using IAM roles

2021-04-12 Thread Jeannie May
llowing are set AWS_PROFILE; AWS_ACCESS_KEY_ID; AWS_SECRET_ACCESS_KEY; AWS_SESSION_TOKEN; AWS_NO_SIGN_REQUEST; AWS_DEFAULT_PROFILE -- *Jeannie May* Senior Software Engineer 11 Birmingham Drive, Christchurch | 963 5305 Office www.trimble.com Connect with us! _