You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/06/07 13:38:02 UTC

[libcloud] branch trunk updated (28d56dad9 -> 84f68f1ef)

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

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


    from 28d56dad9 Update more checks.
     new 35e6c984b Remove hard-coded scheme in azure HTTP requests. Closes #1703
     new ba57e37d5 Merge branch 'assign_scheme_in_azure_driver' of https://github.com/KatiRG/libcloud into KatiRG-assign_scheme_in_azure_driver
     new 75cffa093 Fix lint.
     new e87ee8314 Add a test case for it.
     new 07c72cd8e Fix a bug in Azure Blobs storage driver "list_containers()" method and make sure unncessary / redundant double quotes are stripped from the Container extra["etag"] attribute.
     new 503e562ad Add changelog entry.
     new 1e38af748 Fix daily install job.
     new 84f68f1ef Merge pull request #1712 from KatiRG/assign_scheme_in_azure_driver

The 9268 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:
 .github/workflows/install_test.yml        |  2 +-
 CHANGES.rst                               | 16 ++++++++++++++++
 libcloud/storage/drivers/azure_blobs.py   | 16 ++++++++++++----
 libcloud/test/storage/test_azure_blobs.py |  8 ++++++++
 4 files changed, 37 insertions(+), 5 deletions(-)