]> 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>
Wed, 9 Apr 2014 00:33:54 +0000 (01:33 +0100)
commit2dc48bc8c5cab570da6725d01f174722fae254a8
tree31b001f81ca242497d544d7d3040b56aa0b86849
parent3c54924ecd32dd36aff5919562a49a7dc137bc26
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