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

@ -71,7 +71,7 @@ type Object struct {
Size int64
// Owner of the object.
Owner Owner
Owner *Owner `xml:"Owner,omitempty"`
// The class of storage used to store the object.
StorageClass string `xml:"StorageClass,omitempty"`