Hi all, I have updated the code with all review comments. Also tested it in python 2.7 and 3.2. Things seem to be working fine now. Please do have a look and let me know.
Regards, Mahendra On Tue, Jan 29, 2013 at 5:32 PM, mahendra <[email protected]> wrote: > GitHub user mahendra opened a pull request: > > https://github.com/apache/libcloud/pull/91 > > LIBCLOUD-80: Windows Azure Storage driver > > Implement storage driver for Windows Azure Blob Storage. > > http://msdn.microsoft.com/en-us/library/windowsazure/dd135733.aspx > > The driver supports the following > * Azure Block Blobs support (default) > * Azure Page Blobs (ex_page_type option) > * Support for leasing blobs while being updated (ex_use_lease option) > > > You can merge this pull request into a Git repository by running: > > $ git pull https://github.com/mahendra/libcloud azure > > Alternatively you can review and apply these changes as the patch at: > > https://github.com/apache/libcloud/pull/91.patch > > ---- > commit ba898d940fe75cec0a95bedcd924a4b9f8a80485 > Author: Mahendra M <[email protected]> > Date: 2013-01-22T09:10:59Z > > LIBCLOUD-80 : Windows Azure Storage driver > > The driver supports the following > * Azure Block Blobs support (default) > * Azure Page Blobs (ex_page_type option) > * Support for leasing blobs while being updated (ex_use_lease option) > > commit 8842480fdb1871ed7c46392f4767d11045fbf3ae > Author: Mahendra M <[email protected]> > Date: 2013-01-24T08:18:54Z > > LIBCLOUD-80 : Fixed some issues seen during testing > > commit 4cc83893169508068408f0c01eef66c66d75a859 > Author: Mahendra M <[email protected]> > Date: 2013-01-24T08:20:26Z > > LIBCLOUD-80 : Test cases - first cut > > commit 57cb96b14b4fa74de4f1f3df95733e28f2370491 > Author: Mahendra M <[email protected]> > Date: 2013-01-29T08:19:29Z > > Merge remote-tracking branch 'upstream/trunk' into azure > > commit e2913af99e4093ede66aee7d5a6c4b80accf5a04 > Author: Mahendra M <[email protected]> > Date: 2013-01-29T11:53:35Z > > LIBCLOUD-80 : Fix bugs seen during testing > > * MD5-hash returned by Azure had to be hexlify'd before comparing > * While committing blob-lists, the MD5 is not returned correctly > > ---- > > -- Mahendra http://twitter.com/mahendra
