]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commit
generate_objects: use rewind=True in upload_objects 5/head
authorMatthew Wodrich <matthew.wodrich@dreamhost.com>
Thu, 28 Feb 2013 04:02:25 +0000 (20:02 -0800)
committerMatthew Wodrich <matthew.wodrich@dreamhost.com>
Fri, 1 Mar 2013 23:45:28 +0000 (15:45 -0800)
commit94cc7025fab60119eace154d0614cf1d9fb39d5f
tree7d9249000687b8368243acd4d642bf9fe86c7ce1
parentb39f25a02b81270453075dc51976c1788561e4a0
generate_objects: use rewind=True in upload_objects

Use the rewind=True argument when uploading objects to make
realistic.py's use of upload_objects compatible with boto>=2.4.1, which
will try to seek to the end of the fp if rewind is not True.
s3tests/generate_objects.py