frostfs-node/cmd
Leonard Lyubich 491a908af1 [#1652] cli/container: Pre-check ACL extensibility in set-eacl
Container ACL in NeoFS can be extended only for container in which the
corresponding option is enabled. In previous implementation command
`set-eacl` could hang up on modifying eACL of the non-existent or
non-extendable container. To improve UX, there is a need to pre-check
the availability of `SETEACL` operation.

Add boolean `precheck` flag to `set-eacl` cmd which reads the container
before the actual transaction formation. If flag is set, command fails
on non-extendable container ACL.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2022-09-02 16:22:16 +04:00
..
neofs-adm [#1711] adm: Add error context 2022-09-02 10:41:18 +03:00
neofs-cli [#1652] cli/container: Pre-check ACL extensibility in set-eacl 2022-09-02 16:22:16 +04:00
neofs-ir [#1654] ir, node: Drop deprecated profiler and metrics config sections 2022-08-04 15:38:35 +03:00
neofs-lens [#1665] neofs-lens: Use stdout as default output 2022-08-09 13:23:32 +03:00
neofs-node [#1745] neofs-node: Remove memcache_capacity from the configuration 2022-09-02 11:59:53 +03:00