forked from TrueCloudLab/frostfs-api-go
[#82] object: Add FilterHeaderECParent
filter for v2
* `FilterHeaderECParent` is used by `Object.Search` Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
063ce11c24
commit
4fe42ac4ad
1 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 (
|
||||
|
|
Loading…
Reference in a new issue