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 2020/01/20 07:09:22 UTC

[libcloud] branch trunk updated (bb865b1 -> acb9a95)

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 bb865b1  Implement SAS URL generation for Azure Storage (#1408)
     add acb9a95  Add type annotations to storage API (#1410)

No new revisions were added by this update.

Summary of changes:
 CHANGES.rst                              |  26 ++++---
 libcloud/base.py                         |   4 +-
 libcloud/common/aws.py                   |   3 +-
 libcloud/common/openstack.py             |   2 +-
 libcloud/storage/base.py                 | 130 +++++++++++++++++++++----------
 libcloud/storage/drivers/atmos.py        |  15 ++--
 libcloud/storage/drivers/azure_blobs.py  |  21 +++--
 libcloud/storage/drivers/backblaze_b2.py |   4 +-
 libcloud/storage/drivers/dummy.py        |   6 +-
 libcloud/storage/drivers/local.py        |  10 ++-
 libcloud/storage/drivers/nimbus.py       |   2 +-
 libcloud/storage/drivers/oss.py          |   7 +-
 libcloud/storage/drivers/s3.py           |  20 +++--
 libcloud/storage/providers.py            |  10 +++
 mypy.ini                                 |  15 ++++
 tox.ini                                  |   2 +
 16 files changed, 193 insertions(+), 84 deletions(-)