]> 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, 17 Apr 2015 21:31:39 +0000 (22:31 +0100)
commit768870c79d8480b3d398d0bb68e0ed19a0857e16
treec42023431b5f26cfa0844bc5c9ce65b194fcf7da
parent0a109da3aacdd869d560565587d17bddd8bbb653
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