mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-31 17:28:13 +00:00
Remove website redirects
This commit is contained in:
@@ -43,15 +43,9 @@ pub struct BucketParams {
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, Clone, Debug, Serialize, Deserialize)]
|
||||
pub enum WebsiteConfig {
|
||||
RedirectAll {
|
||||
hostname: String,
|
||||
protocol: String,
|
||||
},
|
||||
Website {
|
||||
index_document: String,
|
||||
error_document: Option<String>,
|
||||
},
|
||||
pub struct WebsiteConfig {
|
||||
pub index_document: String,
|
||||
pub error_document: Option<String>,
|
||||
}
|
||||
|
||||
impl BucketParams {
|
||||
|
||||
Reference in New Issue
Block a user