ivandika3 opened a new pull request, #6607:
URL: https://github.com/apache/ozone/pull/6607

   ## What changes were proposed in this pull request?
   This patch implements the fundamental changes to support object tags. This 
includes:
   
   - Protobuf field addition for support object tags
   - Support "x-amz-tagging" to set object tags during PutObject, 
InitiateMultipartUpload and CopyObject
   - Support other tagging related metadata (e.g. x-amz-tagging-directive for 
copy, x-amz-tagging-count for GetObject)
   - Extension to client APIs (old APIs remains unchanged and should still be 
compatible, client does not need to change anything)
   
   Since this patch already covers fundamental changes, the S3 object tagging 
APIs (e.g. PutObjectTagging, GetObjectTagging, and DeleteObjectTagging) support 
will be implemented in the follow up ticket 
([HDDS-10655](https://issues.apache.org/jira/browse/HDDS-10655)).
   
   See: 
https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-tagging.html
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-10435
   
   ## How was this patch tested?
   
   Unit, integration, and acceptance tests.


-- 
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]

Reply via email to