Matthew Wodrich
94cc7025fa
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.
2013-03-01 15:45:28 -08:00
Kyle Marsh
44bad4c4cc
Update docstring for generate_objects
2011-10-19 14:46:22 -07:00
Tommi Virtanen
7debb53e77
No shebang lines for setup.py-managed scripts.
2011-07-26 14:26:28 -07:00
Tommi Virtanen
e17c56a714
Say ".yaml" not ".yml". This is not MS-DOS, and YML is a Yahoo XML dialect.
2011-07-26 14:20:28 -07:00
Kyle Marsh
3d13883f62
dhq-qa: remove query auth from generated urls
...
Object generation for static load testing now sets the ACL on the test
bucket and keys to 'public-read' so we don't need an expiring, temp url.
2011-07-14 11:37:54 -07:00
Tommi Virtanen
02a4c82dfa
Make generate_objects.py and rand_readwrite.py inside the package.
...
Handle dependencies properly. Now e.g. "./bootstrap &&
./virtualenv/bin/s3tests-test-readwrite" should just work.
2011-07-13 13:52:54 -07:00