| commit | 3695db258187a460400532928cbaa8eeb2d657ca | [log] [tgz] |
|---|---|---|
| author | Steve Loughran <stevel@cloudera.com> | Thu Nov 06 19:22:02 2025 +0000 |
| committer | GitHub <noreply@github.com> | Thu Nov 06 19:22:02 2025 +0000 |
| tree | 05775a0b9d3fb8403e6ffb3d09af9a7c0fb2bf6e | |
| parent | 004d2a5bf4cd6c9a25aa12bc6be0ff30d341329f [diff] |
HADOOP-19654. Upgrade AWS SDK to 2.35.4 (#7882) AWS SDK upgraded to 2.35.4. This SDK has changed checksum/checksum headers handling significantly, causing problems with third party stores, and, in some combinations AWS S3 itself. The S3A connector has retained old behavior; options to change these settings are now available. The default settings are chosen for maximum compatiblity and performance. fs.s3a.request.md5.header: true fs.s3a.checksum.generation: false fs.s3a.create.checksum.algorithm: "" Consult the documentation for more details. Contributed by Steve Loughran