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:
Yehuda Sadeh 2016-10-04 09:56:17 -07:00 committed by GitHub
commit 5bc2f21564

View file

@ -6055,7 +6055,7 @@ def test_multipart_resend_first_finishes_last():
lambda: counter.inc()
)
mp.upload_part_from_file(fp_dryrun, 1)
mp.complete_upload
mp.complete_upload()
bucket.delete_key(key_name)