peterxcli commented on code in PR #7817:
URL: https://github.com/apache/ozone/pull/7817#discussion_r1947756595
##########
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/BucketEndpoint.java:
##########
@@ -137,7 +139,7 @@ public Response get(
if (uploads != null) {
s3GAction = S3GAction.LIST_MULTIPART_UPLOAD;
- return listMultipartUploads(bucketName, prefix);
+ return listMultipartUploads(bucketName, prefix, 100, null, null);
Review Comment:
Should we keep this? Or how to handle this case, cause it's no longer just
listing everything.
--
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]