]> 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, 17 Apr 2015 21:31:37 +0000 (22:31 +0100)
commit937fc890c90e28e4de9df52b7a7ed082f62b7366
tree40dbd991cbc109d9ff42f655353aca7f721f369c
parentb5e9d26d29abeba07862f7e07a7da9a77b773f0a
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