This is an automated email from the ASF dual-hosted git repository. stevel pushed a change to branch branch-3.4.2 in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 8c27442888f HADOOP-19576. S3A: Disable Purging Pending MPUs Before Directory Purge (#7722) new 09a4950b653 HADOOP-19225. Upgrade Jetty to 9.4.57.v20241219 due to CVE-2024-8184 (#7116) new e5a851d378a HADOOP-19384. S3A: Add support for ProfileCredentialsProvider (#7284) The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: LICENSE-binary | 28 +++--- .../src/main/resources/core-default.xml | 1 + hadoop-project/pom.xml | 2 +- .../fs/s3a/auth/ProfileAWSCredentialsProvider.java | 106 +++++++++++++++++++++ .../fs/s3a/TestS3AAWSCredentialsProvider.java | 35 ++++++- 5 files changed, 156 insertions(+), 16 deletions(-) create mode 100644 hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/auth/ProfileAWSCredentialsProvider.java --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org