]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
msazure_container.py: Implement authentication signature scheme.
authorDaira Hopwood <david-sarah@jacaranda.org>
Mon, 15 Apr 2013 20:03:37 +0000 (21:03 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 10 Jul 2015 04:28:15 +0000 (05:28 +0100)
commit3179835d1d44eb06d71c8b1e3d6e437d6c22e6a7
treeb81d6d7fb4f012fce2eb399d509417099ddc6e65
parenteaef8e2af0ad1aa6d6cccf3a04188fa0cbd5b3c8
msazure_container.py: Implement authentication signature scheme.

Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
src/allmydata/storage/backends/cloud/cloud_backend.py
src/allmydata/storage/backends/cloud/msazure/__init__.py [new file with mode: 0644]
src/allmydata/storage/backends/cloud/msazure/msazure_container.py [new file with mode: 0644]
src/allmydata/test/test_storage.py