clippy
This commit is contained in:
parent
02158ee666
commit
396fe4c702
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ async fn handler_inner(garage: Arc<Garage>, req: Request<Body>) -> Result<Respon
|
||||||
.s3_api
|
.s3_api
|
||||||
.root_domain
|
.root_domain
|
||||||
.as_ref()
|
.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() {
|
if path == "/" && bucket.is_none() {
|
||||||
return handle_list_buckets(&api_key);
|
return handle_list_buckets(&api_key);
|
||||||
|
|
Loading…
Reference in a new issue