lokeshj1703 commented on a change in pull request #683: HDDS-3149. Make o3fs
support set and get acl
URL: https://github.com/apache/hadoop-ozone/pull/683#discussion_r401505439
##########
File path:
hadoop-ozone/ozonefs/src/main/java/org/apache/hadoop/fs/ozone/BasicOzoneClientAdapterImpl.java
##########
@@ -322,6 +330,37 @@ public void makeQualified(FileStatus status, URI uri,
Path path,
return new IteratorAdapter(bucket.listKeys(pathKey));
}
+ @Override
+ public Map<String, List<OzoneAcl>> getAcl(String keyName) throws IOException
{
Review comment:
We can rename the api to getAcls and setAcls since we are dealing with
multiple acls.
----------------------------------------------------------------
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]