forked from TrueCloudLab/frostfs-api-go
[#209] object: Support splitID
search attribute
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
79c76e87e4
commit
3d08d8140f
8 changed files with 137 additions and 13 deletions
|
@ -33,6 +33,9 @@ const (
|
|||
|
||||
// FilterHeaderParent is a filter key to "split.parent" field of the object header.
|
||||
FilterHeaderParent = ReservedFilterPrefix + "split.parent"
|
||||
|
||||
// FilterHeaderParent is a filter key to "split.splitID" field of the object header.
|
||||
FilterHeaderSplitID = ReservedFilterPrefix + "split.splitID"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue