[#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>
remotes/KirillovDenis/master
Alex Vanin 2021-08-25 14:11:07 +03:00 committed by Alex Vanin
parent 4e7a966a49
commit 86df0eac93
1 changed files with 0 additions and 3 deletions

View File

@ -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"
)