mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-06 03:59:14 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 965480ca65 |
@@ -719,8 +719,7 @@ mod tests {
|
|||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
client_ctx.if_absent = false;
|
client_ctx.if_absent = false;
|
||||||
let committed = DefaultObjectUsecase::from_global()
|
let committed = Box::pin(DefaultObjectUsecase::from_global().internal_put_object(client_ctx, body_stream(b"client")))
|
||||||
.internal_put_object(client_ctx, body_stream(b"client"))
|
|
||||||
.await
|
.await
|
||||||
.expect("client put after staging");
|
.expect("client put after staging");
|
||||||
let result = write_back.complete_multipart_upload(&req, &upload_id, vec![part]).await;
|
let result = write_back.complete_multipart_upload(&req, &upload_id, vec![part]).await;
|
||||||
|
|||||||
Reference in New Issue
Block a user