aboutsummaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authorAlex Auvolat <lx@deuxfleurs.fr>2025-01-04 17:04:17 +0100
committerAlex Auvolat <lx@deuxfleurs.fr>2025-01-04 17:04:17 +0100
commit6ccfbb298631e0176d587fe17f736dd2100b38b2 (patch)
treefdfdcf0944a8e51b354c8f46eec4e299a9d2973e /src/model
parentc939d2a936e60e8cb67ecae7a35706e7b7d73ab6 (diff)
downloadgarage-6ccfbb298631e0176d587fe17f736dd2100b38b2.tar.gz
garage-6ccfbb298631e0176d587fe17f736dd2100b38b2.zip
remove obsolete RedirectAll struct
Diffstat (limited to 'src/model')
-rw-r--r--src/model/bucket_table.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/model/bucket_table.rs b/src/model/bucket_table.rs
index 644189b2..eba89e9b 100644
--- a/src/model/bucket_table.rs
+++ b/src/model/bucket_table.rs
@@ -111,12 +111,6 @@ mod v08 {
}
#[derive(PartialEq, Eq, Clone, Debug, Serialize, Deserialize)]
- pub struct RedirectAll {
- pub hostname: String,
- pub protoco: String,
- }
-
- #[derive(PartialEq, Eq, Clone, Debug, Serialize, Deserialize)]
pub struct CorsRule {
pub id: Option<String>,
pub max_age_seconds: Option<u64>,