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
|
@ -61,6 +61,7 @@ type SearchFilters []SearchFilter
|
|||
const (
|
||||
_ filterKeyType = iota
|
||||
fKeyVersion
|
||||
fKeyObjectID
|
||||
fKeyContainerID
|
||||
fKeyOwnerID
|
||||
fKeyCreationEpoch
|
||||
|
@ -80,6 +81,8 @@ func (k filterKey) String() string {
|
|||
return k.str
|
||||
case fKeyVersion:
|
||||
return v2object.FilterHeaderVersion
|
||||
case fKeyObjectID:
|
||||
return v2object.FilterHeaderObjectID
|
||||
case fKeyContainerID:
|
||||
return v2object.FilterHeaderContainerID
|
||||
case fKeyOwnerID:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue