You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
The text was updated successfully, but these errors were encountered: