[#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

@ -31,6 +31,7 @@ type (
Token string
Delimiter string
MaxKeys int
Marker string
}
)