jojochuang commented on code in PR #8457: URL: https://github.com/apache/ozone/pull/8457#discussion_r2093340800
########## hadoop-hdds/docs/content/security/SecurityAcls.md: ########## @@ -172,3 +172,16 @@ $ ozone sh bucket removeacl -a user:testuser:r[DEFAULT] /vol1/bucket2 ACL user:testuser:r[DEFAULT] removed successfully. ``` +## Differences Between Ozone ACL and S3 ACL + +Ozone ACLs and S3 ACLs differ primarily in their scope and support. + +- **S3 ACLs**: Currently, only S3 Bucket ACL is supported in Ozone. S3 Object ACL is not yet implemented. Any `PutObjectAcl` request will result in a `501: Not Implemented` response code. Review Comment: Ok. Updated. @chungen0126 if you plan to take on HDDS-13056, please update this doc too. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org