This commit is contained in:
Trinity Pointard 2021-11-11 15:37:48 +01:00 committed by Gitea
parent 02158ee666
commit 396fe4c702
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ async fn handler_inner(garage: Arc<Garage>, req: Request<Body>) -> Result<Respon
.s3_api
.root_domain
.as_ref()
.and_then(|root_domain| host_to_bucket(&host, &root_domain));
.and_then(|root_domain| host_to_bucket(&host, root_domain));
if path == "/" && bucket.is_none() {
return handle_list_buckets(&api_key);