forked from TrueCloudLab/frostfs-api
[#166] object: Define COMMON_PREFIX value in MatchType enum
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
3cc5852f3f
commit
0040853986
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ enum MatchType {
|
||||||
|
|
||||||
// Lack of key
|
// Lack of key
|
||||||
NOT_PRESENT = 3;
|
NOT_PRESENT = 3;
|
||||||
|
|
||||||
|
// String prefix match
|
||||||
|
COMMON_PREFIX = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Short header fields
|
// Short header fields
|
||||||
|
|
Loading…
Reference in a new issue