frostfs-node/cmd/neofs-cli/modules
Leonard Lyubich 9a006ac14f [] 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
..
accounting [] go.mod: Update neofs-sdk-go 2022-08-22 18:59:57 +03:00
acl [] cli: Unify help messages 2022-10-12 09:53:11 +03:00
bearer [] cli: Unify help messages 2022-10-12 09:53:11 +03:00
container [] cli: Unify help messages 2022-10-12 09:53:11 +03:00
control [] services/control: Interpret empty list of IDs as all shards 2022-10-12 11:20:48 +03:00
netmap [] cli: Unify help messages 2022-10-12 09:53:11 +03:00
object [] cli/object: Do not open remote sessions in reading ops 2022-10-12 13:22:19 +03:00
session [] cli: Unify help messages 2022-10-12 09:53:11 +03:00
storagegroup [] cli: Unify help messages 2022-10-12 09:53:11 +03:00
util [] cli: Unify help messages 2022-10-12 09:53:11 +03:00
completion.go [] cmd/*: factor out autocomplet command generation 2022-01-12 18:33:48 +03:00
root.go [] cli: Unify help messages 2022-10-12 09:53:11 +03:00