ChenSammi commented on code in PR #9255:
URL: https://github.com/apache/ozone/pull/9255#discussion_r2525823804
##########
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/S3LifecycleConfiguration.java:
##########
@@ -251,6 +251,7 @@ public void setAndOperator(AndOperator andOperator) {
}
}
+ // OzoneBucket doesn't have objectID info.
Review Comment:
Yeah, this is the reason that OmLifecycleConfiguration object created by
this function doesn't have bucket's objectID set because it doesn't know the ID
from OzoneBucket. I put this comment here to help reminder if case forget
later.
--
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]