[#1200] cli: Mention filter key prefixes in eACL creation command

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
remotes/fyrchik/engine-parallel-exists
Alex Vanin 2022-02-28 19:59:41 +03:00 committed by Alex Vanin
parent e10b8f53d6
commit 09db5e387d
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,10 @@ Operation is an object service verb: 'get', 'head', 'put', 'search', 'delete', '
Filter consists of <typ>:<key><match><value>
Typ is 'obj' for object applied filter or 'req' for request applied filter.
Key is a valid unicode string corresponding to object or request header key.
Key is a valid unicode string corresponding to object or request header key.
Well-known system object headers start with '$Object:' prefix.
User defined headers start without prefix.
Read more about filter keys at github.com/nspcc-dev/neofs-api/blob/master/proto-docs/acl.md#message-eaclrecordfilter
Match is '==' for matching and '!=' for non-matching filter.
Value is a valid unicode string corresponding to object or request header value.