You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by freakboy3742 <gi...@git.apache.org> on 2012/07/23 11:18:22 UTC

[dev] libcloud pull request: Fix problems with streaming uploads for Atmos storag...

GitHub user freakboy3742 opened a pull request:

    https://github.com/apache/libcloud/pull/70

    Fix problems with streaming uploads for Atmos storage driver

    This pull request contains two patches, addressing the following JIRA issues:
    
    Atmos storage driver loses content type during streaming upload
    https://issues.apache.org/jira/browse/LIBCLOUD-232
    
    Atmos storage driver doesn't correctly encode path names
    https://issues.apache.org/jira/browse/LIBCLOUD-233
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/freakboy3742/libcloud trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/70.patch

----
commit 32550d558684f692c797758e04a77e0fdbc4b50a
Author: Russell Keith-Magee <ru...@keith-magee.com>
Date:   2012-07-23T02:12:32-07:00

    Ensure that Atmos driver retains content type information for streaming uploads
    
    Fixes https://issues.apache.org/jira/browse/LIBCLOUD-232

commit dc2676c893cfbc840788e6adebe4aebd9b513ae1
Author: Russell Keith-Magee <ru...@keith-magee.com>
Date:   2012-07-23T02:14:12-07:00

    Ensure that path and object names are correctly encoded in the Atmos storage backend.
    
    Fixes https://issues.apache.org/jira/browse/LIBCLOUD-233

----