Support for ListObjectsV1 style marker for Azure gateway (#5856)

fixes #4948
This commit is contained in:
Krishna Srinivas
2018-04-27 16:08:46 -07:00
committed by Dee Koder
parent 11b8e292a7
commit 9816264eed
2 changed files with 65 additions and 19 deletions

View File

@@ -572,8 +572,8 @@ func (l *gcsGateway) ListObjects(ctx context.Context, bucket string, prefix stri
// supplied markers.
//
// - NextMarker in ListObjectsV1 response is constructed by
// prefixing "##minio" to the GCS continuation token,
// e.g, "##minioCgRvYmoz"
// prefixing "{minio}" to the GCS continuation token,
// e.g, "{minio}CgRvYmoz"
//
// - Application supplied markers are used as-is to list
// object keys that appear after it in the lexicographical order.