forked from Deuxfleurs/garage
cargo fmt
This commit is contained in:
parent
3d6ed63824
commit
d146cdd5b6
1 changed files with 2 additions and 1 deletions
|
@ -233,7 +233,8 @@ pub async fn handle_complete_multipart_upload(
|
||||||
|
|
||||||
// Get object and multipart upload
|
// Get object and multipart upload
|
||||||
let key = key.to_string();
|
let key = key.to_string();
|
||||||
let (object, mut object_version, mpu) = get_upload(&garage, &bucket.id, &key, &upload_id).await?;
|
let (object, mut object_version, mpu) =
|
||||||
|
get_upload(&garage, &bucket.id, &key, &upload_id).await?;
|
||||||
|
|
||||||
if mpu.parts.is_empty() {
|
if mpu.parts.is_empty() {
|
||||||
return Err(Error::bad_request("No data was uploaded"));
|
return Err(Error::bad_request("No data was uploaded"));
|
||||||
|
|
Loading…
Reference in a new issue