[#159] Add fetch-owner param

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2021-07-20 15:40:38 +03:00
parent 642f8cc3eb
commit 65a61a9f7d
3 changed files with 18 additions and 9 deletions

View file

@ -53,6 +53,7 @@ type (
ListObjectsParamsCommon
ContinuationToken string
StartAfter string
FetchOwner bool
}
allObjectParams struct {