forked from TrueCloudLab/frostfs-s3-gw
[#97] List object paging
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
ce65a47d1b
commit
23dfa0c46e
5 changed files with 52 additions and 11 deletions
|
@ -43,6 +43,10 @@ type (
|
|||
ContinuationToken string
|
||||
NextContinuationToken string
|
||||
|
||||
// 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.
|
||||
NextMarker string
|
||||
|
||||
// List of objects info for this request.
|
||||
Objects []*ObjectInfo
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue