Merge branch 'main' into next-v2

This commit is contained in:
Alex Auvolat
2025-02-05 21:00:19 +01:00
23 changed files with 21 additions and 67 deletions
-1
View File
@@ -24,7 +24,6 @@ garage_api_common.workspace = true
aes-gcm.workspace = true
async-compression.workspace = true
async-trait.workspace = true
base64.workspace = true
bytes.workspace = true
chrono.workspace = true
-3
View File
@@ -1,8 +1,6 @@
use std::borrow::Cow;
use std::sync::Arc;
use async_trait::async_trait;
use hyper::header;
use hyper::{body::Incoming as IncomingBody, Request, Response};
use tokio::sync::watch;
@@ -71,7 +69,6 @@ impl S3ApiServer {
}
}
#[async_trait]
impl ApiHandler for S3ApiServer {
const API_NAME: &'static str = "s3";
const API_NAME_DISPLAY: &'static str = "S3";