[#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
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>
This commit is contained in:
parent
fa8f92d662
commit
87caff9c8d
2 changed files with 3 additions and 0 deletions
|
@ -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 (
|
||||
|
|
BIN
object/grpc/service.pb.go
generated
BIN
object/grpc/service.pb.go
generated
Binary file not shown.
Loading…
Reference in a new issue