rebase main

Signed-off-by: mujunxiang <1948535941@qq.com>
This commit is contained in:
mujunxiang
2024-11-30 16:05:02 +08:00
parent e95bb4c4d7
commit 26c5ebea53
4 changed files with 4 additions and 14 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use s3s::route::S3Route;
const ADMIN_PREFIX: &str = "/rustfs/admin";
pub async fn make_admin_route() -> Result<impl S3Route> {
pub fn make_admin_route() -> Result<impl S3Route> {
let mut r = S3Router::new();
r.insert(Method::POST, "/", AdminOperation(&handlers::AssumeRoleHandle {}))?;