From 2510d1054a54f06363d2729bfbcd4f196dc9b881 Mon Sep 17 00:00:00 2001 From: Angira Kekteeva Date: Fri, 4 Jun 2021 10:38:01 +0300 Subject: [PATCH] readme: update params of acl 'create a container' Signed-off-by: Angira Kekteeva --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3534306..df15ae5 100644 --- a/README.md +++ b/README.md @@ -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: