Add retention option on bucket creation (#504)
This also deletes a bucket if it was created and an error occurred
This commit is contained in:
@@ -3902,6 +3902,9 @@ func init() {
|
||||
"quota": {
|
||||
"$ref": "#/definitions/setBucketQuota"
|
||||
},
|
||||
"retention": {
|
||||
"$ref": "#/definitions/putBucketRetentionRequest"
|
||||
},
|
||||
"versioning": {
|
||||
"type": "boolean"
|
||||
}
|
||||
@@ -9502,6 +9505,9 @@ func init() {
|
||||
"quota": {
|
||||
"$ref": "#/definitions/setBucketQuota"
|
||||
},
|
||||
"retention": {
|
||||
"$ref": "#/definitions/putBucketRetentionRequest"
|
||||
},
|
||||
"versioning": {
|
||||
"type": "boolean"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user