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

2021-04-21 Thread Paul Harwood
If I parse your email correctly: - You CAN open that uri in the gdalinfo bash command - you CANNOT open it in Python - You CANNOT open it in c# Is this correct? That, together with your trace that suggests that the C# bindings (and therefore presumably also the Python bindings) are doing their j

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

2021-04-20 Thread Jeannie May
We're unable to get this working from our c# code on the EC2 instance. It appears to be an issue related to c# and curl. Attached is a sample c# and log: The open works fine from our container using bash, but not python. It's a real mixed bag. BTW Its linux and using an IAM role. -- *Jeanni