This issue relates to docker image connormanning/entwine latest e6d2caf74b1e - from which I am using the PDAL EPT reader.
I'm getting a persistent error relating to the AWS S3 authorization:
<Error><Code>AuthorizationHeaderMalformed</Code><Message>The authorization header is malformed; the region 'us-east-1' is wrong; expecting 'ap-southeast-2'</Message><Region>ap-southeast-2</Region><RequestId>xxx</RequestId><HostId>xxx/xxx/xxx=</HostId></Error>
In the past it has been sufficient to set environment AWS_DEFAULT_REGION and/or use
This issue relates to docker image
connormanning/entwine
lateste6d2caf74b1e
- from which I am using the PDAL EPT reader.I'm getting a persistent error relating to the AWS S3 authorization:
<Error><Code>AuthorizationHeaderMalformed</Code><Message>The authorization header is malformed; the region 'us-east-1' is wrong; expecting 'ap-southeast-2'</Message><Region>ap-southeast-2</Region><RequestId>xxx</RequestId><HostId>xxx/xxx/xxx=</HostId></Error>
In the past it has been sufficient to set environment AWS_DEFAULT_REGION and/or use
https://entwine.io/configuration.html#arbiter
Tried setting all the usual AWS environment variables as well as reviewing the source of PDAL EPT reader & Arbiter for config options.
This issue did not affect earlier builds of
connormanning/entwine