aswinshakil commented on a change in pull request #2826:
URL: https://github.com/apache/ozone/pull/2826#discussion_r758768101
##########
File path:
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/rpc/RpcClient.java
##########
@@ -513,6 +513,8 @@ public void createBucket(
verifyCountsQuota(bucketArgs.getQuotaInNamespace());
verifySpaceQuota(bucketArgs.getQuotaInBytes());
+ String owner = bucketArgs.getOwner() == null ?
Review comment:
Yes, we can assign a bucket owner when we create a bucket in
`CreateBucketHandler` with --user tag. This is only for bucket creation, we
check bucket owner in `OzoneAclUtils.checkAllAcls` for other buckets related
access.
--
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]