43e575cec2
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> |
||
---|---|---|
.. | ||
accounting.go | ||
acl.go | ||
completion.go | ||
container.go | ||
control.go | ||
netmap.go | ||
object.go | ||
root.go | ||
storagegroup.go | ||
util.go | ||
version.go |