Merge pull request #174 from nspcc-dev/feature/159-optional_owner

[#159] Add fetch-owner param
This commit is contained in:
Alex Vanin 2021-07-26 13:32:04 +03:00 committed by GitHub
commit 3f7941fdf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 9 deletions

View file

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