admin api: update cors and lifecycle rules in UpdateBucket

This commit is contained in:
Alex Auvolat
2026-03-06 12:20:03 +01:00
committed by Alex
parent 64087172ff
commit 19e5f83164
4 changed files with 58 additions and 0 deletions
+18
View File
@@ -4285,6 +4285,24 @@
"UpdateBucketRequestBody": {
"type": "object",
"properties": {
"corsRules": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/cors.Rule"
}
},
"lifecycleRules": {
"type": [
"array",
"null"
],
"items": {
"$ref": "#/components/schemas/lifecycle.Rule"
}
},
"quotas": {
"oneOf": [
{