You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by mahendra <gi...@git.apache.org> on 2013/01/29 13:02:51 UTC

[dev] libcloud pull request: LIBCLOUD-80: Windows Azure Storage driver

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 <ma...@gmail.com>
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 <ma...@gmail.com>
Date:   2013-01-24T08:18:54Z

    LIBCLOUD-80 : Fixed some issues seen during testing

commit 4cc83893169508068408f0c01eef66c66d75a859
Author: Mahendra M <ma...@gmail.com>
Date:   2013-01-24T08:20:26Z

    LIBCLOUD-80 : Test cases - first cut

commit 57cb96b14b4fa74de4f1f3df95733e28f2370491
Author: Mahendra M <ma...@gmail.com>
Date:   2013-01-29T08:19:29Z

    Merge remote-tracking branch 'upstream/trunk' into azure

commit e2913af99e4093ede66aee7d5a6c4b80accf5a04
Author: Mahendra M <ma...@gmail.com>
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

----


Re: [dev] libcloud pull request: LIBCLOUD-80: Windows Azure Storage driver

Posted by Tomaz Muraus <to...@apache.org>.
Awesome!

I will do my best to do my part of reviewing it as soon as possible.

On Wed, Feb 6, 2013 at 7:01 AM, Mahendra M <ma...@gmail.com> wrote:

> 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 <gi...@git.apache.org> 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 <ma...@gmail.com>
> > 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 <ma...@gmail.com>
> > Date:   2013-01-24T08:18:54Z
> >
> >     LIBCLOUD-80 : Fixed some issues seen during testing
> >
> > commit 4cc83893169508068408f0c01eef66c66d75a859
> > Author: Mahendra M <ma...@gmail.com>
> > Date:   2013-01-24T08:20:26Z
> >
> >     LIBCLOUD-80 : Test cases - first cut
> >
> > commit 57cb96b14b4fa74de4f1f3df95733e28f2370491
> > Author: Mahendra M <ma...@gmail.com>
> > Date:   2013-01-29T08:19:29Z
> >
> >     Merge remote-tracking branch 'upstream/trunk' into azure
> >
> > commit e2913af99e4093ede66aee7d5a6c4b80accf5a04
> > Author: Mahendra M <ma...@gmail.com>
> > 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
>

Re: [dev] libcloud pull request: LIBCLOUD-80: Windows Azure Storage driver

Posted by Mahendra M <ma...@gmail.com>.
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 <gi...@git.apache.org> 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 <ma...@gmail.com>
> 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 <ma...@gmail.com>
> Date:   2013-01-24T08:18:54Z
>
>     LIBCLOUD-80 : Fixed some issues seen during testing
>
> commit 4cc83893169508068408f0c01eef66c66d75a859
> Author: Mahendra M <ma...@gmail.com>
> Date:   2013-01-24T08:20:26Z
>
>     LIBCLOUD-80 : Test cases - first cut
>
> commit 57cb96b14b4fa74de4f1f3df95733e28f2370491
> Author: Mahendra M <ma...@gmail.com>
> Date:   2013-01-29T08:19:29Z
>
>     Merge remote-tracking branch 'upstream/trunk' into azure
>
> commit e2913af99e4093ede66aee7d5a6c4b80accf5a04
> Author: Mahendra M <ma...@gmail.com>
> 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