ivandika3 commented on code in PR #10533:
URL: https://github.com/apache/ozone/pull/10533#discussion_r3451489093
##########
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneBucket.java:
##########
@@ -160,6 +161,11 @@ public class OzoneBucket extends WithMetadata {
*/
private long pendingDeleteNamespace;
+ /**
+ * S3-style bucketTags on the bucket.
+ */
+ private final Map<String, String> bucketTags = new HashMap<>();
Review Comment:
This is related to https://github.com/apache/ozone/pull/10553
##########
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneBucket.java:
##########
@@ -160,6 +161,11 @@ public class OzoneBucket extends WithMetadata {
*/
private long pendingDeleteNamespace;
+ /**
+ * S3-style bucketTags on the bucket.
+ */
+ private final Map<String, String> bucketTags = new HashMap<>();
Review Comment:
This is related to https://github.com/apache/ozone/pull/10553, we can
probably discuss it there.
--
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]