Re: Same file doesn't work on non-s3 host
Sean Gillies
Hi Olivier, On Thu, Mar 5, 2020 at 10:07 AM Olivier Dalang <olivier.dalang@...> wrote:
The exception message doesn't give you much of a lead, it's true. To debug network issues, the places to look are your server logs and GDAL's curl client logs. You can enable the latter by running your program with CPL_CURL_VERBOSE=YES set in the environment. Summaries of the HTTP requests and responses will dumped into your terminal, as if you ran "curl -v". -- Sean Gillies
|
|