forked from TrueCloudLab/frostfs-http-gw
Merge pull request #49 from masterSplinter01/misc/readme-fixes
readme: update params and keys, add little note
This commit is contained in:
commit
5abc7817cb
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
|
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:
|
||||||
|
|
Loading…
Reference in a new issue