]> 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>
Tue, 4 Aug 2015 18:10:28 +0000 (19:10 +0100)
commit293a33fa73d802fdac946f60db151308c5b58b74
tree07a1ba5463599847d67e1ea51daa2e55d1038173
parent07978191b11c3d7b7d8d56fdd693865c9ce8d4cc
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