WIP: object: Make Object.Search get filtered by ec_parent #80

Closed
aarifullin wants to merge 1 commit from aarifullin/frostfs-api-go:feat/searchAttr_ecParent into master
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.