]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Move code around and add new directories for cloud backend merge.
authorDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Thu, 22 Nov 2012 05:33:35 +0000 (05:33 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 10 Jul 2015 03:20:10 +0000 (04:20 +0100)
commitc73818af891fc0aa24b6c804c5a6a51e44cc1c4c
tree933d7f4d451e0dcc0623763939231b0b5bd827fb
parent5fd57947a73580608ac44edc4d36bf4658b6f26f
Move code around and add new directories for cloud backend merge.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
16 files changed:
setup.py
src/allmydata/scripts/debug.py
src/allmydata/storage/backends/__init__.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/__init__.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/s3/__init__.py [new file with mode: 0644]
src/allmydata/storage/backends/disk/__init__.py [new file with mode: 0644]
src/allmydata/storage/backends/disk/immutable.py [new file with mode: 0644]
src/allmydata/storage/backends/disk/mutable.py [new file with mode: 0644]
src/allmydata/storage/backends/null/__init__.py [new file with mode: 0644]
src/allmydata/storage/immutable.py [deleted file]
src/allmydata/storage/mutable.py [deleted file]
src/allmydata/storage/server.py
src/allmydata/storage/shares.py
src/allmydata/test/common.py
src/allmydata/test/test_storage.py
src/allmydata/test/test_system.py