ChenSammi commented on code in PR #8557: URL: https://github.com/apache/ozone/pull/8557#discussion_r2168223877
########## hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/protocol/ClientProtocol.java: ########## @@ -1343,4 +1345,32 @@ void putObjectTagging(String volumeName, String bucketName, String keyName, void deleteObjectTagging(String volumeName, String bucketName, String keyName) throws IOException; + /** + * Gets the lifecycle configuration information. + * @param volumeName - Volume name. + * @param bucketName - Bucket name. + * @return OmLifecycleConfiguration or exception is thrown. Review Comment: OmLifecycleConfiguration -> OzoneLifecycleConfiguration. -- 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...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org