From 9a319905bea6a5de29fea1216be3ff4cc21f368a Mon Sep 17 00:00:00 2001 From: Stanislav Bogatyrev Date: Mon, 9 Nov 2020 16:56:58 +0300 Subject: [PATCH] [#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 --- acl/types.proto | 2 ++ object/service.proto | 2 ++ 2 files changed, 4 insertions(+) diff --git a/acl/types.proto b/acl/types.proto index c767b19..ea866f8 100644 --- a/acl/types.proto +++ b/acl/types.proto @@ -104,6 +104,8 @@ message EACLRecord { // // * $Object:version \ // version + // * $Object:objectID \ + // object_id // * $Object:containerID \ // container_id // * $Object:ownerID \ diff --git a/object/service.proto b/object/service.proto index cf550fe..14eabba 100644 --- a/object/service.proto +++ b/object/service.proto @@ -304,6 +304,8 @@ message SearchRequest { // // * $Object:version \ // version + // * $Object:objectID \ + // object_id // * $Object:containerID \ // container_id // * $Object:ownerID \