0lai0 opened a new pull request, #9286:
URL: https://github.com/apache/ozone/pull/9286

   ## What changes were proposed in this pull request?
   To enhance the AWS behavior of the ListMultipartUploads API in Ozone S3 
Gateway: 
   - Add `delimiter` and `encoding-type` query parameters, and include 
`Delimiter`, `EncodingType`, and `CommonPrefixes` in the response.
   - The response class `ListMultipartUploadsResult` now wraps `Prefix` and 
`Delimiter` with `EncodingTypeObject`, and supports `CommonPrefixes`.
   - The BucketEndpoint's list logic groups multiple file uploads using the 
`ListObjects/V2` method, correctly generating common prefixes.
   
   ## What is the link to the Apache JIRA
   [HDDS-12336](https://issues.apache.org/jira/projects/HDDS/issues/HDDS-12336)
   
   


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