Skip to content

Commit 9d848d5

Browse files
committed
move if position
1 parent c9ad186 commit 9d848d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/BucketEndpoint.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public Response get(
130130
return listMultipartUploads(bucketName, prefix, keyMarker, uploadIdMarker, maxUploads);
131131
}
132132

133+
// Actual bucket processing starts here
133134
// Validate and prepare parameters
134135
BucketListingContext context = validateAndPrepareParameters(
135136
bucketName, delimiter, encodingType, marker, maxKeys, prefix,

0 commit comments

Comments
 (0)