cli: Fix parse action #1235

Merged
fyrchik merged 1 commit from aarifullin/frostfs-node:fix/cli_parse into master 2024-07-08 16:21:34 +00:00

View file

@ -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":