forked from TrueCloudLab/frostfs-s3-gw
[#195] Set Lock type to system lock objects
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
13080d6d96
commit
32e83db064
8 changed files with 39 additions and 10 deletions
|
@ -3,6 +3,8 @@ package data
|
|||
import (
|
||||
"encoding/xml"
|
||||
"time"
|
||||
|
||||
oid "github.com/nspcc-dev/neofs-sdk-go/object/id"
|
||||
)
|
||||
|
||||
type (
|
||||
|
@ -37,5 +39,6 @@ type (
|
|||
Until time.Time
|
||||
LegalHold bool
|
||||
IsCompliance bool
|
||||
Objects []oid.ID
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue