stubz151 commented on code in PR #12264:
URL: https://github.com/apache/iceberg/pull/12264#discussion_r2068618577


##########
aws/src/main/java/org/apache/iceberg/aws/AwsClientFactories.java:
##########
@@ -106,6 +107,7 @@ static class DefaultAwsClientFactory implements 
AwsClientFactory {
     @Override
     public S3Client s3() {
       return S3Client.builder()
+          .addPlugin(LegacyMd5Plugin.create())

Review Comment:
   Should this not be configurable? Or do we need to instead add an option to 
set: requestChecksumCalculation/responseChecksumValidation



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to