From 1b6de05a5101412445de8f9545adca76d7932e57 Mon Sep 17 00:00:00 2001 From: cc <12904584+vager@users.noreply.github.com> Date: Tue, 29 Oct 2019 04:18:12 +0800 Subject: [PATCH] refine NextMarker comments (#8450) --- cmd/object-api-datatypes.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/object-api-datatypes.go b/cmd/object-api-datatypes.go index a2ca819fe..043530ad4 100644 --- a/cmd/object-api-datatypes.go +++ b/cmd/object-api-datatypes.go @@ -220,12 +220,12 @@ type ListObjectsInfo struct { // by max keys. IsTruncated bool - // When response is truncated (the IsTruncated element value in the response - // is true), you can use the key name in this field as marker in the subsequent + // When response is truncated (the IsTruncated element value in the response is true), + // you can use the key name in this field as marker in the subsequent // request to get next set of objects. // - // NOTE: This element is returned only if you have delimiter request parameter - // specified. + // NOTE: AWS S3 returns NextMarker only if you have delimiter request parameter specified, + // MinIO always returns NextMarker. NextMarker string // List of objects info for this request.