frostfs-node/cmd
Leonard Lyubich 43e575cec2 [#528] cli/container: Use AWS-style names in basic ACL keywords
When user creates a container using neofs-cli, he can set a pre-defined ACL.
Current keywords are confusing: for example, `public` really means that
everyone can write to the container, while the expectation is just public
visibility. Perform the following renames for a better understanding of the
purpose:

 * `readonly` -> `public-read`;

 * `public` -> `public-read-write`.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-05-19 16:42:14 +03:00
..
neofs-cli [#528] cli/container: Use AWS-style names in basic ACL keywords 2021-05-19 16:42:14 +03:00
neofs-ir [#493] ir: Set default config values of prometheus and pprof servers 2021-05-12 10:46:17 +03:00
neofs-node [#522] Use HostAddrString as RPC endpoint instead of IPAddrString 2021-05-18 12:07:00 +03:00