You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by cl...@apache.org on 2019/08/12 13:45:34 UTC

[libcloud] branch trunk updated (ccd3403 -> e109ed6)

This is an automated email from the ASF dual-hosted git repository.

clewolff pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from ccd3403  Merge pull request #1339 from Kami/backblaze_b2_fixes
     new fdd15c8  Fix typos
     new 73055d4  Update Azure Blob Storage API version
     new 7b49fda  Add unit test for Azure header value formatting
     new e109ed6  Merge pull request #1340 from CatalystCode/azure-blobs-api-version-update

The 6755 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                                        | 11 +++-
 libcloud/common/azure.py                           | 59 ++++++++++++--------
 libcloud/storage/drivers/azure_blobs.py            | 15 +----
 libcloud/test/common/test_azure.py                 | 64 ++++++++++++++++++++++
 .../fixtures/azure_blobs/list_objects_1.xml        |  4 ++
 .../fixtures/azure_blobs/list_objects_2.xml        |  4 ++
 6 files changed, 118 insertions(+), 39 deletions(-)
 create mode 100644 libcloud/test/common/test_azure.py