mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-11 06:46:53 +00:00
Apply cargo fmt; add trace output when request signature is bad
This commit is contained in:
@@ -129,9 +129,7 @@ pub async fn handle_delete_objects(
|
||||
|
||||
writeln!(&mut retxml, "</DeleteObjectsOutput>").unwrap();
|
||||
|
||||
Ok(Response::new(Body::from(
|
||||
retxml.into_bytes(),
|
||||
)))
|
||||
Ok(Response::new(Body::from(retxml.into_bytes())))
|
||||
}
|
||||
|
||||
struct DeleteRequest {
|
||||
|
||||
Reference in New Issue
Block a user