ajayydv commented on a change in pull request #927: HDDS-1543. Implement
addAcl,removeAcl,setAcl,getAcl for Prefix. Contr…
URL: https://github.com/apache/hadoop/pull/927#discussion_r292099672
##########
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/security/acl/OzoneObjInfo.java
##########
@@ -149,6 +174,11 @@ public Builder setKeyName(String key) {
return this;
}
+ public Builder setPrefixName(String prefix) {
+ this.keyName = prefix;
Review comment:
shall we add separate variable for prefix. This may add confusion to
difference b/w key and prefix.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]