ahmarsuhail commented on code in PR #7443: URL: https://github.com/apache/hadoop/pull/7443#discussion_r2021310551
########## hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/DefaultS3ClientFactory.java: ########## @@ -165,14 +153,41 @@ public S3AsyncClient createS3AsyncClient( configureClientBuilder(S3AsyncClient.builder(), parameters, conf, bucket) .httpClientBuilder(httpClientBuilder); - // multipart upload pending with HADOOP-19326. Review Comment: safe to cut this now as SDK no longer complains with `Multipart download is not yet supported. Instead use the CRT based S3 client for multipart download.` when trying to do a Ranged GET with the S3 Async client and with `>2.29.52` -- 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. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org