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: [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]