steveloughran commented on pull request #2778: URL: https://github.com/apache/hadoop/pull/2778#issuecomment-799651987
Tested, s3 london, with the new suite to force tests against landsat and common crawl. If you comment out the `withForceGlobalBucketAccessEnabled()` change in DefaultS3ClientFactory the new test suite ITestAWSStatisticCollection fails with ``` org.apache.hadoop.fs.s3a.AWSRedirectException: getObjectMetadata on s3a://landsat-pds/scene_list.gz: com.amazonaws.services.s3.model.AmazonS3Exception: The bucket is in this region: us-west-2. Please use this region to retry the request (Service: Amazon S3; Status Code: 301; Error Code: 301 Moved Permanently; ``` That is: central endpoint's 301 responses don't trigger a switch to the endpoint. Maybe we should include that in troubleshooting ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
