ChenSammi commented on code in PR #8557:
URL: https://github.com/apache/ozone/pull/8557#discussion_r2165710492
##########
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/rpc/RpcClient.java:
##########
@@ -2785,6 +2787,22 @@ public void deleteObjectTagging(String volumeName,
String bucketName,
ozoneManagerClient.deleteObjectTagging(keyArgs);
}
+ @Override
+ public OzoneLifecycleConfiguration getLifecycleConfiguration(String
volumeName, String bucketName)
+ throws IOException {
+ throw new UnsupportedOperationException("getLifecycleConfiguration not
support yet");
Review Comment:
support -> supported.
--
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]