Remove strum crate dependency; add protobuf nix dependency

This commit is contained in:
Alex Auvolat
2022-02-21 23:10:13 +01:00
parent 55d4471599
commit f0d0cd9a20
6 changed files with 5 additions and 57 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ async fn handler_inner(garage: Arc<Garage>, req: Request<Body>) -> Result<Respon
Context::current()
.span()
.update_name::<String>(format!("S3 API {}", endpoint));
.update_name::<String>(format!("S3 API {}", endpoint.name()));
// Some endpoints are processed early, before we even check for an API key
if let Endpoint::PostObject = endpoint {