singhpk234 commented on a change in pull request #4103:
URL: https://github.com/apache/iceberg/pull/4103#discussion_r805131932



##########
File path: aws/src/main/java/org/apache/iceberg/aws/AwsProperties.java
##########
@@ -210,9 +216,8 @@
   public static final String CLIENT_ASSUME_ROLE_REGION = 
"client.assume-role.region";
 
   /**
-   * Enables eTag checks for S3 PUT and MULTIPART upload requests.
+   * @deprecated will be removed at 0.15.0, please use {@link 
#S3_CHECKSUM_ENABLED_DEFAULT} instead
    */
-  public static final String S3_CHECKSUM_ENABLED = "s3.checksum-enabled";
   public static final boolean CLIENT_ENABLE_ETAG_CHECK_DEFAULT = false;

Review comment:
       [minor] we might need to add `@Deprecated` here as well.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to