hevinhsu opened a new pull request, #8558: URL: https://github.com/apache/ozone/pull/8558
## What changes were proposed in this pull request? This PR implements the feature described in [AWS S3 documentation on bucket owner condition](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-owner-condition.html#bucket-owner-condition-restrictions-limitations). Since Ozone does not have an AWS Account ID (12-digit numeric value), the bucket owner's name is used for ownership validation instead. The implementation covers the following operations: * GetBucketAcl * ListMultipartUpload * ListObject * PutAcl * HeadBucket * DeleteBucket * MultiDelete(Multi Object Delete) * CreateKey * PutObjectTagging * CreateMultipartKey * CreateMultipartByCopy * CopyObject * CreateDirectory * GetKey * GetObjectTagging * ListPart * HeadKey * DeleteKey * DeleteObjectTagging * AbortMultipartUpload * InitMultipartUplaod * CompleteMultipartUpload ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-10775 ## How was this patch tested? This patch was tested using unit tests and integration tests. https://github.com/hevinhsu/ozone/actions/runs/15431261432 -- 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]
