diff options
Diffstat (limited to 'src/api/s3/copy.rs')
-rw-r--r-- | src/api/s3/copy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/s3/copy.rs b/src/api/s3/copy.rs index b370b709..90149ef6 100644 --- a/src/api/s3/copy.rs +++ b/src/api/s3/copy.rs @@ -405,7 +405,7 @@ pub async fn handle_upload_part_copy( if must_upload { garage2 .block_manager - .rpc_put_block(final_hash, data, None) + .rpc_put_block(final_hash, data, false, None) .await } else { Ok(()) |