]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Add stub OpenStack container impl. as a copy of S3 container impl.
authorDaira Hopwood <daira@jacaranda.org>
Tue, 29 Jan 2013 23:17:31 +0000 (23:17 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 16 Oct 2015 16:45:29 +0000 (17:45 +0100)
commit9100e8a20cdcfe95462c2eaa121f136673efc0e6
treec2db53806234709c0f8e355447ce9e6894c14de8
parent79769aef76c89232f911d2f8b29f97e0687661cb
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