[#38] Add cannedAcl field to ContainerInfo

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-08-17 12:22:59 +03:00 committed by Kirillov Denis
parent 357426426f
commit e0504fec78
4 changed files with 38 additions and 0 deletions

View file

@ -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"
},