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
|
@ -866,6 +866,10 @@ func init() {
|
|||
"basicAcl": {
|
||||
"type": "string"
|
||||
},
|
||||
"cannedAcl": {
|
||||
"description": "The friendly name for the basicAcl field.",
|
||||
"type": "string"
|
||||
},
|
||||
"containerId": {
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -2509,6 +2513,10 @@ func init() {
|
|||
"basicAcl": {
|
||||
"type": "string"
|
||||
},
|
||||
"cannedAcl": {
|
||||
"description": "The friendly name for the basicAcl field.",
|
||||
"type": "string"
|
||||
},
|
||||
"containerId": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue