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 2021/02/10 22:21:17 UTC

[libcloud] branch storage-azureblobs-fix-1550-contentencoding updated (98cd383 -> 801e4b7)

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

clewolff pushed a change to branch storage-azureblobs-fix-1550-contentencoding
in repository https://gitbox.apache.org/repos/asf/libcloud.git.


    from 98cd383  Add tests for _fix_headers
     add 86f5c1c  Add support for Azure Government to Azure Blobs storage driver (#1552)
     add 801e4b7  Merge branch 'trunk' into storage-azureblobs-fix-1550-contentencoding

No new revisions were added by this update.

Summary of changes:
 CHANGES.rst                                        |  7 ++++
 .../azure/{instantiate.py => instantiate_gov.py}   |  3 +-
 docs/storage/drivers/azure_blobs.rst               | 16 ++++++++
 libcloud/common/base.py                            | 20 ++++-----
 libcloud/storage/drivers/azure_blobs.py            | 47 ++++++++++++++++------
 libcloud/test/storage/test_azure_blobs.py          | 29 +++++++++++++
 6 files changed, 100 insertions(+), 22 deletions(-)
 copy docs/examples/storage/azure/{instantiate.py => instantiate_gov.py} (67%)