]> 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>
Tue, 4 Aug 2015 17:20:41 +0000 (18:20 +0100)
commit96a87920d5ed4e4554048c8db796c4c5097271a0
treedf556303dd1927f2ecac44ffdd9192f1b50e397a
parent38c5067d32885cd0387ab9d40f74fd68434505fb
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