-
I'm using My first guess is that the client eagerly tries to get an authentication token before performing the S3 request. (Although the error is saying "Host is down", which seems to suggest some kind of routing error?) Would it make sense for the client to try to authenticate lazily, after getting a 401 Unauthenticated or an equivalent response? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The S3 implementation defaults to using InstanceMetadata based credentials for consistency with AWS SDKs. If you specify an alternative credential, e.g. an access key pair, it will use that instead |
Beta Was this translation helpful? Give feedback.
The S3 implementation defaults to using InstanceMetadata based credentials for consistency with AWS SDKs. If you specify an alternative credential, e.g. an access key pair, it will use that instead