Add Owner field into layer.ObjectInfo

Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
remotes/KirillovDenis/bugfix/681-fix_acl_parsing
Evgeniy Kulikov 2020-08-22 05:37:39 +03:00
parent d2d54cbdaa
commit 5258342881
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import (
"time"
"github.com/nspcc-dev/neofs-api-go/object"
"github.com/nspcc-dev/neofs-api-go/refs"
)
type (
@ -16,6 +17,7 @@ type (
Size int64
ContentType string
Created time.Time
Owner refs.OwnerID
Headers map[string]string
}