]> 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>
Fri, 17 Apr 2015 21:31:40 +0000 (22:31 +0100)
commit35d708c5ba49c73fed297860b1ee2b8a8e0dddb6
tree2883eef60793c349dd4555eac860e3462e2d33e2
parent52fa44b496aa169e584ea63e13a1856bffc6cedf
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