]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Fix #2206. Includes refactoring of ContainerRetryMixin into CommonContainerMixin...
authorDaira Hopwood <daira@jacaranda.org>
Thu, 27 Mar 2014 17:45:19 +0000 (17:45 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 9 Apr 2014 00:57:51 +0000 (01:57 +0100)
commitde8b40188b67714a2a000206402a7458d6e55c68
tree36add4d7ce78e1f9762a58bdb2891b9fa297d1d6
parentea3111d24a97bf9873964383430a9f2e9ff5eb70
Fix #2206. Includes refactoring of ContainerRetryMixin into CommonContainerMixin, and rearrangement of the code to initialize HTTPClientMixin.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/storage/backends/cloud/cloud_common.py
src/allmydata/storage/backends/cloud/googlestorage/googlestorage_container.py
src/allmydata/storage/backends/cloud/mock_cloud.py
src/allmydata/storage/backends/cloud/msazure/msazure_container.py
src/allmydata/storage/backends/cloud/openstack/openstack_container.py
src/allmydata/storage/backends/cloud/s3/s3_container.py
src/allmydata/test/test_storage.py