peterxcli opened a new pull request, #7817: URL: https://github.com/apache/ozone/pull/7817
## What changes were proposed in this pull request? https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html Currently, ListMultipartUploads will only list up to 1000 multipart uploads by default or it can be configured by passing optional max-uploads parameters. If there are more multipart uploads than the requested multipart uploads, ListMultipartUploadsResult returned should set isTruncated flag, and NextKeyMarker and NextUploadIdMarker for the subsequent listMultipartUploads. Currently S3G does not support this, it will return all the multipart uploads. We can implement this feature to limit the amount of multipart uploads returned from a single listMultipartUploads call. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11530 ## How was this patch tested? not yet CI: https://github.com/peterxcli/ozone/actions/runs/13161975615 -- 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