]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Add stub OpenStack container impl. as a copy of S3 container impl.
authorDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Tue, 29 Jan 2013 23:17:31 +0000 (23:17 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 4 Aug 2015 17:20:40 +0000 (18:20 +0100)
commitc1f237fec8209dbe23367734d0ee1d295716b3e2
tree3837a0ea93874f51a820d646546d7356aa2849c7
parent3cb5a896090d55757b66cbc16b8f688a9ff110e9
Add stub OpenStack container impl. as a copy of S3 container impl.
Generalize the container instantiation to work for either.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
src/allmydata/storage/backends/cloud/cloud_backend.py
src/allmydata/storage/backends/cloud/openstack/__init__.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/openstack/openstack_container.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/s3/__init__.py
src/allmydata/storage/backends/cloud/s3/s3_container.py