[#XX] object: Make Object.Search get filtered by ec_parent

* Regenerate protobuf for object service
* Add `FilterHeaderECParent` filter for v2

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
Airat Arifullin 2024-05-03 15:44:53 +03:00
parent fa8f92d662
commit 87caff9c8d
2 changed files with 3 additions and 0 deletions

View file

@ -36,6 +36,9 @@ const (
// FilterHeaderSplitID is a filter key to "split.splitID" field of the object header.
FilterHeaderSplitID = ReservedFilterPrefix + "split.splitID"
// FilterHeaderECParent is a filter key to "ec.parent" field of the object header.
FilterHeaderECParent = ReservedFilterPrefix + "ec.parent"
)
const (

Binary file not shown.