forked from TrueCloudLab/frostfs-s3-gw
Compare commits
2 commits
dce34ddb9b
...
b1775f9478
Author | SHA1 | Date | |
---|---|---|---|
b1775f9478 | |||
4fa45bdac2 |
1 changed files with 4 additions and 1 deletions
|
@ -44,8 +44,11 @@ type PrmContainerCreate struct {
|
|||
|
||||
// PrmAddContainerPolicyChain groups parameter of FrostFS.AddContainerPolicyChain operation.
|
||||
type PrmAddContainerPolicyChain struct {
|
||||
// ContainerID is a container identifier.
|
||||
ContainerID cid.ID
|
||||
Chain chain.Chain
|
||||
|
||||
// Chain is Access Policy Engine chain that contains rules which provide access to specific actions in container.
|
||||
Chain chain.Chain
|
||||
}
|
||||
|
||||
// PrmContainer groups parameters of FrostFS.Container operation.
|
||||
|
|
Loading…
Reference in a new issue