mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Support for ListObjectsV1 style marker for Azure gateway (#5856)
fixes #4948
This commit is contained in:
committed by
Dee Koder
parent
11b8e292a7
commit
9816264eed
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user