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 813b44e Merge pull request #1395 from pockerman/lxd_driver
add a97ab73 Implemented chunked upload for Azure Blobs storage driver
(#1400)
No new revisions were added by this update.
Summary of changes:
CHANGES.rst | 32 +++
docs/upgrade_notes.rst | 5 +
libcloud/storage/base.py | 39 ++--
libcloud/storage/drivers/atmos.py | 9 +-
libcloud/storage/drivers/azure_blobs.py | 364 +++++++++++-------------------
libcloud/storage/drivers/s3.py | 8 +-
libcloud/test/storage/test_atmos.py | 18 +-
libcloud/test/storage/test_azure_blobs.py | 184 ++-------------
libcloud/test/storage/test_base.py | 22 +-
libcloud/utils/files.py | 9 +-
10 files changed, 230 insertions(+), 460 deletions(-)