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 15e3c3c69 Merge pull request #1260 from
vdloo/remove-unused-text-none-common-openstack-py
new 9e1dfe1 [LIBCLOUD-1037] Add Azurite support for Azure Blob Storage
driver
new 438e984 Update changelog
new 70830df Merge pull request #1278 from CatalystCode/1037_fix-azurite
The 6572 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 | 5 +++
docs/examples/storage/azure/instantiate_azurite.py | 11 ++++++
docs/storage/drivers/azure_blobs.rst | 16 ++++++++
libcloud/storage/drivers/azure_blobs.py | 43 +++++++++++++++++++---
libcloud/test/secrets.py-dist | 1 +
.../list_containers_1.xml | 4 +-
.../list_containers_2.xml | 4 +-
.../list_containers_empty.xml | 2 +-
.../list_objects_1.xml | 6 +--
.../list_objects_2.xml | 8 +---
.../fixtures/azurite_blobs/list_objects_empty.xml | 6 +++
libcloud/test/storage/test_azure_blobs.py | 19 ++++++++++
12 files changed, 102 insertions(+), 23 deletions(-)
create mode 100644 docs/examples/storage/azure/instantiate_azurite.py
copy libcloud/test/storage/fixtures/{azure_blobs =>
azurite_blobs}/list_containers_1.xml (87%)
copy libcloud/test/storage/fixtures/{azure_blobs =>
azurite_blobs}/list_containers_2.xml (87%)
copy libcloud/test/storage/fixtures/{azure_blobs =>
azurite_blobs}/list_containers_empty.xml (68%)
copy libcloud/test/storage/fixtures/{azure_blobs =>
azurite_blobs}/list_objects_1.xml (85%)
copy libcloud/test/storage/fixtures/{azure_blobs =>
azurite_blobs}/list_objects_2.xml (80%)
create mode 100644
libcloud/test/storage/fixtures/azurite_blobs/list_objects_empty.xml