forked from TrueCloudLab/frostfs-contract
[#90] policy: Add constants for more targets
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
a3d5e02f20
commit
db36131800
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ type Kind byte
|
||||||
const (
|
const (
|
||||||
Namespace = 'n'
|
Namespace = 'n'
|
||||||
Container = 'c'
|
Container = 'c'
|
||||||
|
User = 'u'
|
||||||
|
Group = 'g'
|
||||||
IAM = 'i'
|
IAM = 'i'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue