mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-28 16:58:56 +00:00
Convert bucket table to better CRDT representation
This commit is contained in:
+1
-1
@@ -322,7 +322,7 @@ pub async fn handle_put_part(
|
||||
let (object, first_block) = futures::try_join!(get_object_fut, get_first_block_fut)?;
|
||||
|
||||
// Check object is valid and multipart block can be accepted
|
||||
let first_block = first_block.ok_or(Error::BadRequest(format!("Empty body")))?;
|
||||
let first_block = first_block.ok_or(Error::BadRequest(format!("Empty body")))?;
|
||||
let object = object.ok_or(Error::BadRequest(format!("Object not found")))?;
|
||||
|
||||
if !object
|
||||
|
||||
Reference in New Issue
Block a user