frostfs-node/cmd/neofs-cli
Leonard Lyubich 9a006ac14f [#1865] cli/object: Do not open remote sessions in reading ops
It does not make sense to open remote sessions with the storage node in
`get`, `head`, `search`, `range` and `hash` sub-commands of `neofs-cli
object` command.

Do not use NeoFS API `SessionService` in mentioned commands. Decode
object session from JSON file specified `--session` flag. Perform some
sanity checks instantly on CLI side.

Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
2022-10-12 13:22:19 +03:00
..
internal [#1854] cli: Unify help messages 2022-10-12 09:53:11 +03:00
modules [#1865] cli/object: Do not open remote sessions in reading ops 2022-10-12 13:22:19 +03:00
main.go cli: Add empty neofs-cli app structure 2020-10-02 11:25:35 +03:00