forked from TrueCloudLab/frostfs-node
491a908af1
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> |
||
---|---|---|
.. | ||
create.go | ||
delete.go | ||
get.go | ||
get_eacl.go | ||
list.go | ||
list_objects.go | ||
root.go | ||
set_eacl.go | ||
util.go |