]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Add new files for cloud merge (rebased).
authorDaira Hopwood <daira@jacaranda.org>
Wed, 9 Apr 2014 00:33:33 +0000 (01:33 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 16 Oct 2015 16:21:01 +0000 (17:21 +0100)
commitb47dfcb7836aa823523182582f65a60d3b582ae1
treecae521cf1abb9623161d8d120f641c8223eeabef
parent92122c66919352af3f20de28ce0206ab83776549
Add new files for cloud merge (rebased).

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/storage/backends/base.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/cloud_backend.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/cloud_common.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/immutable.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/mock_cloud.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/mutable.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/s3/s3_container.py [new file with mode: 0644]
src/allmydata/storage/backends/disk/disk_backend.py [new file with mode: 0644]
src/allmydata/storage/backends/null/null_backend.py [new file with mode: 0644]