forked from TrueCloudLab/frostfs-api-go
[#372] object: Fix filter comment
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
60473c44b9
commit
aabc2dd927
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ 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 is a filter key to "split.splitID" field of the object header.
|
||||
FilterHeaderSplitID = ReservedFilterPrefix + "split.splitID"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue