support redirection on s3 endpoint #910

Merged
lx merged 13 commits from trinity-1686a/garage:1686a/s3-redirects into next-v2 2025-02-14 12:58:48 +00:00
Showing only changes of commit 6ccfbb2986 - Show all commits

View file

@ -110,12 +110,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>,