mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
refine NextMarker comments (#8450)
This commit is contained in:
parent
4e6bf136a8
commit
1b6de05a51
@ -220,12 +220,12 @@ type ListObjectsInfo struct {
|
|||||||
// by max keys.
|
// by max keys.
|
||||||
IsTruncated bool
|
IsTruncated bool
|
||||||
|
|
||||||
// When response is truncated (the IsTruncated element value in the response
|
// When response is truncated (the IsTruncated element value in the response is true),
|
||||||
// is true), you can use the key name in this field as marker in the subsequent
|
// you can use the key name in this field as marker in the subsequent
|
||||||
// request to get next set of objects.
|
// request to get next set of objects.
|
||||||
//
|
//
|
||||||
// NOTE: This element is returned only if you have delimiter request parameter
|
// NOTE: AWS S3 returns NextMarker only if you have delimiter request parameter specified,
|
||||||
// specified.
|
// MinIO always returns NextMarker.
|
||||||
NextMarker string
|
NextMarker string
|
||||||
|
|
||||||
// List of objects info for this request.
|
// List of objects info for this request.
|
||||||
|
Loading…
Reference in New Issue
Block a user