]> 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>
Wed, 9 Apr 2014 00:33:55 +0000 (01:33 +0100)
commitdf3fc111b1c115339298131895f341bd34e3944d
treeba7a98bf7a97ce0fc797f75a3f5cdbf5dd3c5c56
parentf6dd94465c6309aeea9204048a8130a2851793f9
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