forked from TrueCloudLab/frostfs-api-go
[#333] v2/acl: Remove FilterObjectParent constant
According to specification, well-known object related filter keys for extended ACL do not include `$Object:split.parent`. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
4e7a966a49
commit
86df0eac93
1 changed files with 0 additions and 3 deletions
|
@ -30,7 +30,4 @@ const (
|
|||
|
||||
// FilterObjectHomomorphicHash is a filter key to "homomorphic_hash" field of the object header.
|
||||
FilterObjectHomomorphicHash = ObjectFilterPrefix + "homomorphicHash"
|
||||
|
||||
// FilterObjectParent is a filter key to "split.parent" field of the object header.
|
||||
FilterObjectParent = ObjectFilterPrefix + "split.parent"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue