forked from TrueCloudLab/frostfs-rest-gw
[#38] Add cannedAcl field to ContainerInfo
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
357426426f
commit
e0504fec78
4 changed files with 38 additions and 0 deletions
|
@ -29,6 +29,9 @@ type ContainerInfo struct {
|
|||
// Required: true
|
||||
BasicACL *string `json:"basicAcl"`
|
||||
|
||||
// The friendly name for the basicAcl field.
|
||||
CannedACL string `json:"cannedAcl,omitempty"`
|
||||
|
||||
// container Id
|
||||
// Required: true
|
||||
ContainerID *string `json:"containerId"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue