mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
Merge pull request #124 from tipabu/complete-multipart
Complete multi-part upload during dry-run Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
commit
5bc2f21564
1 changed files with 1 additions and 1 deletions
|
@ -6055,7 +6055,7 @@ def test_multipart_resend_first_finishes_last():
|
||||||
lambda: counter.inc()
|
lambda: counter.inc()
|
||||||
)
|
)
|
||||||
mp.upload_part_from_file(fp_dryrun, 1)
|
mp.upload_part_from_file(fp_dryrun, 1)
|
||||||
mp.complete_upload
|
mp.complete_upload()
|
||||||
|
|
||||||
bucket.delete_key(key_name)
|
bucket.delete_key(key_name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue