commit | f7daa6f7d34f0e493fa2459193361c2cf2381571 | [log] [tgz] |
---|---|---|
author | ahmarsuhail <ahmarsu@amazon.co.uk> | Wed Nov 29 13:16:19 2023 +0000 |
committer | Ahmar Suhail <ahmarsu@amazon.co.uk> | Tue Dec 05 08:16:30 2023 +0000 |
tree | effa25e04276285d02b35f98c152416e213e85a2 | |
parent | 141b0d35081c1219076d7d08c6c322d087a28d19 [diff] |
S3A: Upgrade AWS SDK version to 2.21.33 for Amazon S3 Express One Zone support (#6306) With this upgrade, it is possible to connect to an Amazon S3 Express One Zone bucket. Some tests from the S3A test suite will currently fail against a one zone bucket, as one zone buckets do not support some S3 standard features (eg: SSE-KMS), and certain operations behave slightly differently (eg: listMPU will return a directory that has incomplete MPUs). Contributed by Ahmar Suhail