Compare commits

...

1 commit

Author SHA1 Message Date
87caff9c8d [#XX] object: Make Object.Search get filtered by ec_parent
Some checks failed
DCO action / DCO (pull_request) Failing after 1m8s
Tests and linters / Tests (1.20) (pull_request) Successful in 1m33s
Tests and linters / Tests (1.19) (pull_request) Successful in 1m39s
Tests and linters / Lint (pull_request) Successful in 1m45s
Tests and linters / Tests with -race (pull_request) Successful in 1m46s
* Regenerate protobuf for object service
* Add `FilterHeaderECParent` filter for v2

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
2024-05-03 15:44:53 +03:00
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.