bharatviswa504 commented on a change in pull request #1595:
URL: https://github.com/apache/ozone/pull/1595#discussion_r528044949



##########
File path: 
hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/BucketEndpoint.java
##########
@@ -112,6 +112,10 @@ public Response list(
     ContinueToken decodedToken =
         ContinueToken.decodeFromString(continueToken);
 
+    // Assign marker to startAfter. for the compatibility of aws api v1
+    if (startAfter == null && marker != null) {

Review comment:
       Below we are not setting marker should we also set that also, if the 
marker is not null?
    L136: response.setMarker("");




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

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