Skip to content

Commit

Permalink
[nspcc-dev#1200] cli: Mention filter key prefixes in eACL creation co…
Browse files Browse the repository at this point in the history
…mmand

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
  • Loading branch information
alexvanin authored and aprasolova committed Mar 5, 2022
1 parent 8a7d099 commit d05add3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/neofs-cli/modules/acl/extended/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d05add3

Please sign in to comment.