]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Refactor mock_cloud methods to simplify and make them more like CommonContainerMixin.
authorDaira Hopwood <david-sarah@jacaranda.org>
Sat, 18 May 2013 01:34:20 +0000 (02:34 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 17 Apr 2015 21:31:40 +0000 (22:31 +0100)
commit0a64b91fa4bd2ab6400cbcb0c20263ec1b5674ef
treeb375e3d8c3bbd59a8abf098a701b357ade7ec429
parent118a83732ae1d6d0748f1713902b370fb7eaedc7
Refactor mock_cloud methods to simplify and make them more like CommonContainerMixin.
Also make sure that stripping of data arguments for logging is correct for all containers.

Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
src/allmydata/storage/backends/cloud/cloud_common.py
src/allmydata/storage/backends/cloud/mock_cloud.py
src/allmydata/storage/backends/cloud/s3/s3_container.py
src/allmydata/test/test_storage.py