[#97] List object paging

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2021-06-25 15:54:25 +03:00
parent ce65a47d1b
commit 23dfa0c46e
5 changed files with 52 additions and 11 deletions

View file

@ -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