Gargi-jais11 opened a new pull request, #10475: URL: https://github.com/apache/ozone/pull/10475
## What changes were proposed in this pull request? This is the first base PR for S3 Bucket Tagging implementation. Introduce protocol definitions required for S3 **PutBucketTagging, GetBucketTagging, and DeleteBucketTagging**. No OM request handlers or S3 endpoints in this PR — only the persistence/schema layer so later PRs can build on a stable contract. - **OmClientProtocol.proto** 1. Add PutBucketTagging, GetBucketTagging, DeleteBucketTagging to Type enum 2. - Add request/response messages 3. - Add repeated KeyValue tags = 23 to BucketInfo 4. - Add repeated KeyValue tags = 13 to BucketArgs 5. - OmBucketInfo.java — store/serialize/deserialize tags map - **OmBucketArgs.java** — carry tags in bucket args - **OzoneManagerVersion.java** — add S3_BUCKET_TAGGING_API(13, ...) - **OmUtils.java** — classify PutBucketTagging / DeleteBucketTagging as write ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15509 ## How was this patch tested? Passed CI. -- 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]
