forked from TrueCloudLab/frostfs-node
[#1235] cli: Fix parse action
* Parsed `object.*` lexeme should also include `MethodRangeObject` constant. Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
This commit is contained in:
parent
d90aab5454
commit
6ef38c07bd
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ func parseAction(lexeme string) ([]string, bool, error) {
|
|||
nativeschema.MethodHeadObject,
|
||||
nativeschema.MethodDeleteObject,
|
||||
nativeschema.MethodSearchObject,
|
||||
nativeschema.MethodRangeObject,
|
||||
nativeschema.MethodHashObject,
|
||||
}, true, nil
|
||||
case "container.put":
|
||||
|
|
Loading…
Reference in a new issue