forked from TrueCloudLab/s3-tests
Merge pull request #117 from tianshan/fix-rgw-roundtrip
fix rgw_roundtrip test fail Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
commit
7139293aa0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def writer(bucket, objname, fp, queue):
|
|||
|
||||
start = time.time()
|
||||
try:
|
||||
key.set_contents_from_file(fp)
|
||||
key.set_contents_from_file(fp, rewind=True)
|
||||
except gevent.GreenletExit:
|
||||
raise
|
||||
except Exception as e:
|
||||
|
|
Loading…
Reference in a new issue