Custom Policies for Buckets (#1332)

* custom policies

* fixing error

* add formatting
This commit is contained in:
adfost
2021-12-28 18:21:29 -08:00
committed by GitHub
parent 10b8a93b5e
commit b2f38200f7
9 changed files with 116 additions and 46 deletions

View File

@@ -3735,6 +3735,9 @@ func init() {
"creation_date": {
"type": "string"
},
"definition": {
"type": "string"
},
"details": {
"type": "object",
"properties": {
@@ -5294,6 +5297,9 @@ func init() {
"properties": {
"access": {
"$ref": "#/definitions/bucketAccess"
},
"definition": {
"type": "string"
}
}
},
@@ -9626,6 +9632,9 @@ func init() {
"creation_date": {
"type": "string"
},
"definition": {
"type": "string"
},
"details": {
"type": "object",
"properties": {
@@ -11185,6 +11194,9 @@ func init() {
"properties": {
"access": {
"$ref": "#/definitions/bucketAccess"
},
"definition": {
"type": "string"
}
}
},