/waz-storage-perl

Small library for working with Windows Azure storage from Perl

Primary LanguagePerlMicrosoft Public LicenseMS-PL

[ This is based on code written by Steve Marx - thank you Steve - I have just extended a bit.

Pull request has been sent. -- jamie ]

WindowsAzure::Storage

A small library for working with Windows Azure storage from Perl.

Currently only two operations are implemented: Put Blob and Get Blob, but the request signing code should generalize.

Usage

c:\>echo foo > test.txt

c:\>perl uploadblob.pl smarxtest XLqv1...== "testcontainer/blob.txt" test.txt

c:\>perl dumpblob.pl smarxtest XLqv1...== "testcontainer/blob.txt"
foo