admin api: allow updating website routing rules

This commit is contained in:
Alex Auvolat
2026-03-06 12:26:17 +01:00
committed by Alex
parent 19e5f83164
commit af5f68a34d
5 changed files with 60 additions and 27 deletions
+2
View File
@@ -961,6 +961,8 @@ pub struct UpdateBucketWebsiteAccess {
pub enabled: bool,
pub index_document: Option<String>,
pub error_document: Option<String>,
#[serde(default)]
pub routing_rules: Option<Vec<xml::website::RoutingRule>>,
}
// ---- DeleteBucket ----