commit | a8a58944bd7fa372ffde8ffcaf4f603762b1669f | [log] [tgz] |
---|---|---|
author | Viraj Jasani <vjasani@apache.org> | Tue Apr 30 03:16:36 2024 -0800 |
committer | GitHub <noreply@github.com> | Tue Apr 30 12:16:36 2024 +0100 |
tree | 048fc45187901c7bfe5ef7bcc0a8160721e24610 | |
parent | 910cb6b887c73641d8eadd79249dfaa852edd809 [diff] |
HADOOP-19146. S3A: noaa-cors-pds test bucket access with global endpoint fails (#6723) HADOOP-19057 switched the hadoop-aws test bucket from landsat-pds to noaa-cors-pds This new bucket isn't accessible if the client configuration sets an fs.s3a.endpoint/region value other than us-east-1. Contributed by Viraj Jasani