forked from TrueCloudLab/frostfs-rest-gw
[#2] Use new FrostFS system attribute
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
e03b907565
commit
5bb705bd36
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ type epochDurations struct {
|
|||
}
|
||||
|
||||
const (
|
||||
SystemAttributePrefix = "__NEOFS__"
|
||||
SystemAttributePrefix = "__SYSTEM__"
|
||||
|
||||
ExpirationDurationAttr = SystemAttributePrefix + "EXPIRATION_DURATION"
|
||||
ExpirationTimestampAttr = SystemAttributePrefix + "EXPIRATION_TIMESTAMP"
|
||||
|
|
Loading…
Reference in a new issue