Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues pulling from s3 when using multi-region access points #201

Open
gwyden opened this issue Mar 14, 2024 · 0 comments
Open

Issues pulling from s3 when using multi-region access points #201

gwyden opened this issue Mar 14, 2024 · 0 comments

Comments

@gwyden
Copy link

gwyden commented Mar 14, 2024

The current version of the aws sdk (v1.x) being used doesn't support multi-region access points (1) Updating to the latest (2.x) is not enough as the logic to capture the bucket and folder path needs to account for the new naming convention allowing for a / in the multi-region access point arn. (2)

AWS has a migration guide for going from v1 to v2 (3)

(1) https://docs.aws.amazon.com/sdkref/latest/guide/feature-s3-mrap.html
(2) https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRequests.html
(3) https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/migration.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant