]> 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, 10 Jul 2015 05:10:30 +0000 (06:10 +0100)
commite40aeab215af13aae9655691e7125317e303f6f4
tree582a485174933709cbcd52f79c8b0c86272f0044
parent23a98329ef11a6b2b968cbf3ce36e76b8bcaea08
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