mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-06 12:57:41 +00:00
add redirect_all to WebsiteConfig model
This commit is contained in:
@@ -423,6 +423,7 @@ pub async fn handle_update_bucket(
|
||||
"Please specify indexDocument when enabling website access.",
|
||||
)?,
|
||||
error_document: wa.error_document,
|
||||
redirect_all: None,
|
||||
routing_rules: Vec::new(),
|
||||
}));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user