-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDDS-2096. Ozone ACL document missing AddAcl API. Contributed by Xiao… #1427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -78,5 +78,7 @@ supported are: | |||
of the ozone object and a list of ACLs. | |||
2. **GetAcl** – This API will take the name and type of the ozone object | |||
and will return a list of ACLs. | |||
3. **RemoveAcl** - This API will take the name, type of the | |||
3. **AddAcl** - This API will take the name, type of the ozone object, the | |||
ACL, and add it to existing ACL entries of the ozone object. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whitespace:end of line
💔 -1 overall
This message was automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM.
Minor check style issue can be taken care during commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 Thanks to fix it @xiaoyuyao
Tested with hugo, the new line is rendered well.
No description provided.