Cannot get S3 to work
-
Have tried both AWS S3 and Generic S3 and cannot get them to work. My bucket is named “foo” in region “eu-west-1” and is configured so that a tool such as CloudBerry Explorer can access it, and list and put and delete files, using the same keys I configure in UD.
The s3:// style used by AWS S3 does not seem to support indicating a region. And thus, every attempt to access the bucket fails because of an endpoint error.
The s3generic:// (?) style used by Generic S3 is same but Generic S3 also supports specifying an endpoint, which I set to “s3-eu-west-1.amazonaws.com”. Alas, that triggers a “[AuthorizationHeaderMalformed] The authorization header is malformed; the region ‘us-east-1’ is wrong; expecting ‘eu-west-1’)” error.
From what I understand, AWS S3 cannot work outside whatever is the default AWS AZ. Which leaves me with Generic S3. Which I don’t understand. Can you help?
- The topic ‘Cannot get S3 to work’ is closed to new replies.