Aws-sdk-java-v2: Cross-Region S3 Client

Created on 6 Jul 2017  路  2Comments  路  Source: aws/aws-sdk-java-v2

The 1.11.x S3 client automatically routed requests to the correct bucket region in a complicated manner. The 2.0.x client does not perform this automatic re-routing.

We should create a wrapper to pool S3 clients for different regions and automatically route requests to the region in which the bucket was created.

1.11.x Parity feature-request no-auto-closure

All 2 comments

Is there an update on when this feature would be shipped out ?

Sorry, no update.

It's not our #1 priority, because with access points and other arn-based ways of accessing buckets/objects plus the use-arn-region flag, the SDK will automatically route the request to the correct region without the overhead of an extra call to AWS to find out where the bucket actually is.

I understand there's still value in this feature request, since the caller may not have a full bucket ARN.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jhovell picture jhovell  路  4Comments

vhiairrassary picture vhiairrassary  路  3Comments

hmatland picture hmatland  路  3Comments

shorea picture shorea  路  4Comments

millems picture millems  路  3Comments