forked from TrueCloudLab/frostfs-s3-gw
[#159] Add fetch-owner param
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
642f8cc3eb
commit
65a61a9f7d
3 changed files with 18 additions and 9 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue