-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NeoFS protocol was recently extended with NULL and numeric eACL operators. Now `neofs-cli acl extended create` command: * treats input like `attr>=value` as numeric filter; * treats input like `obj:attr=` (empty value) as missing attribute filter. The `print` command now also supports these ops. `NOT_PRESENT` matcher is printed as `attr NULL`. Refs #2730. Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
- Loading branch information
1 parent
cdd02e2
commit df54b5b
Showing
4 changed files
with
157 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters