forked from TrueCloudLab/frostfs-api-go
[#191] v2: Add ObjectID filters for ACL and Object packages
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
fe48e3ab5b
commit
abed8a9156
4 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,9 @@ const (
|
|||
// FilterHeaderVersion is a filter key to "version" field of the object header.
|
||||
FilterHeaderVersion = ReservedFilterPrefix + "version"
|
||||
|
||||
// FilterHeaderObjectID is a filter key to "object_id" field of the object.
|
||||
FilterHeaderObjectID = ReservedFilterPrefix + "objectID"
|
||||
|
||||
// FilterHeaderContainerID is a filter key to "container_id" field of the object header.
|
||||
FilterHeaderContainerID = ReservedFilterPrefix + "containerID"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue