Merge pull request #49 from masterSplinter01/misc/readme-fixes

readme: update params and keys, add little note
This commit is contained in:
Roman Khimov 2021-06-04 10:55:26 +03:00 committed by GitHub
commit 5abc7817cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 where `$KEY` can be a path to private key file (as raw bytes), a hex string or
(unencrypted) WIF string, (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 `$POLICY` -- QL-encoded or JSON-encoded placement policy or path to file with it
For example: For example: