You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/10/29 00:15:53 UTC

[GitHub] [ozone] aswinshakil commented on a change in pull request #2771: HDDS-5684. Add bucket owner field

aswinshakil commented on a change in pull request #2771:
URL: https://github.com/apache/ozone/pull/2771#discussion_r738854932



##########
File path: hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/BucketArgs.java
##########
@@ -62,6 +62,9 @@
   private long quotaInBytes;
   private long quotaInNamespace;
 
+  private String owner;
+  private String admin;

Review comment:
       admin field here is to track who actually created the bucket. With the --user tag we can create a bucket and assign ownership to another user at the time of bucket creation. In this case, admin and owner will be different. 




-- 
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-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org