branches with status:
Name Status Last Modified Last Commit
lp://qastaging/~hugh-emberson/txaws/txaws-s3-conn-pool 1 Development 2014-01-25 06:34:37 UTC
158. Add connection pooling to the s3 clie...

Author: Hugh Emberson
Revision Date: 2014-01-25 06:33:58 UTC

Add connection pooling to the s3 client.

txaws/client/base.py: BaseQuery: add a connection_pool argument to __init__(), store it and pass it to twisted.web.Agent when we create them.
txaws/s3/client.py: S3Client: add a connection_pool attribute and pass it though to the queries.

lp://qastaging/~hugh-emberson/txaws/txaws-s3-get-prefix 1 Development 2014-01-25 05:53:51 UTC
160. txaws/s3/tests/test_client.py: fix St...

Author: Hugh Emberson
Revision Date: 2014-01-25 05:53:51 UTC

txaws/s3/tests/test_client.py: fix StubQuery so that it takes a params argument.

lp://qastaging/~hugh-emberson/txaws/txaws-s3-get-object-range 1 Development 2014-01-25 05:32:56 UTC
158. Add byte range get support to S3Clien...

Author: Hugh Emberson
Revision Date: 2014-01-25 05:29:30 UTC

Add byte range get support to S3Client.get_object().

txaws/s3/client.py: S3Client.get_object: add byteRange parameter. Query: add support for passing standard HTTP headers as std_headers.

13 of 3 results