[#87] Add object ID key in extended ACL filters

Extended ACL description lacks `objectID` key in filters. It's useful to control
access to specific object.

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2020-11-09 16:56:58 +03:00 committed by Stanislav Bogatyrev
parent 35baf1ebfb
commit 9a319905be
2 changed files with 4 additions and 0 deletions

View file

@ -104,6 +104,8 @@ message EACLRecord {
//
// * $Object:version \
// version
// * $Object:objectID \
// object_id
// * $Object:containerID \
// container_id
// * $Object:ownerID \

View file

@ -304,6 +304,8 @@ message SearchRequest {
//
// * $Object:version \
// version
// * $Object:objectID \
// object_id
// * $Object:containerID \
// container_id
// * $Object:ownerID \