readme: update params of acl 'create a container'
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
This commit is contained in:
parent
711fbab1fb
commit
2510d1054a
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ $ neofs-cli -r $NEOFS_NODE -k $KEY container create --policy $POLICY --basic-acl
|
|||
```
|
||||
where `$KEY` can be a path to private key file (as raw bytes), a hex string or
|
||||
(unencrypted) WIF string,
|
||||
`$ACL` -- hex encoded basic ACL value or keywords 'private, 'public', 'readonly' and
|
||||
`$ACL` -- hex encoded basic ACL value or keywords 'private, 'public-read', 'public-read-write' and
|
||||
`$POLICY` -- QL-encoded or JSON-encoded placement policy or path to file with it
|
||||
|
||||
For example:
|
||||
|
|
Loading…
Reference in a new issue