forked from TrueCloudLab/frostfs-api
[#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:
parent
35baf1ebfb
commit
9a319905be
2 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,8 @@ message EACLRecord {
|
||||||
//
|
//
|
||||||
// * $Object:version \
|
// * $Object:version \
|
||||||
// version
|
// version
|
||||||
|
// * $Object:objectID \
|
||||||
|
// object_id
|
||||||
// * $Object:containerID \
|
// * $Object:containerID \
|
||||||
// container_id
|
// container_id
|
||||||
// * $Object:ownerID \
|
// * $Object:ownerID \
|
||||||
|
|
|
@ -304,6 +304,8 @@ message SearchRequest {
|
||||||
//
|
//
|
||||||
// * $Object:version \
|
// * $Object:version \
|
||||||
// version
|
// version
|
||||||
|
// * $Object:objectID \
|
||||||
|
// object_id
|
||||||
// * $Object:containerID \
|
// * $Object:containerID \
|
||||||
// container_id
|
// container_id
|
||||||
// * $Object:ownerID \
|
// * $Object:ownerID \
|
||||||
|
|
Loading…
Reference in a new issue