]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
msazure_container.py: Implement authentication signature scheme.
authorDaira Hopwood <daira@jacaranda.org>
Mon, 15 Apr 2013 20:03:37 +0000 (21:03 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 16 Oct 2015 16:50:55 +0000 (17:50 +0100)
commit091faf6e2b9af447e34bdd4c86d8e7e068fc2e04
treef415403f83323ea4a9249f9a7586f04f74df4604
parent9edc318eca7f9fe5856fa8aa69d51f16f3a7dcc1
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