Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
When accessing the S3 service through a region-specific endpoint, the bucket must be located in that region. If the client attempts to access a bucket that is not located in that region, then the service replies with a 301 redirect and the correct region endpoint. However, the exception thrown by S3A does not include the correct endpoint. If we included that information in the exception, it would make it easier for users to diagnose and fix incorrect configuration.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-13334 AmazonClient 30x exceptions to include redirect URL in message
- Resolved