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 2021/05/02 20:38:36 UTC

[libcloud] branch trunk updated (b1497f8 -> d8edac3)

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 b1497f8  Update README.rst
     add ce651a5  Add integration tests for MinIO
     add 158611f  Pass-through content_encoding in S3 driver
     new d8edac3  Merge pull request #1578 from apache/storage-minio-integration-tests

The 1 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:
 integration/storage/base.py       | 13 ++++++++----
 integration/storage/test_minio.py | 44 +++++++++++++++++++++++++++++++++++++++
 libcloud/storage/drivers/s3.py    |  3 +++
 3 files changed, 56 insertions(+), 4 deletions(-)
 create mode 100644 integration/storage/test_minio.py

[libcloud] 01/01: Merge pull request #1578 from apache/storage-minio-integration-tests

Posted by to...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d8edac3786a8da0ca8ab0ef395407055099f1f45
Merge: b1497f8 158611f
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun May 2 22:38:27 2021 +0200

    Merge pull request #1578 from apache/storage-minio-integration-tests
    
    Add integration tests for MinIO storage driver

 integration/storage/base.py       | 13 ++++++++----
 integration/storage/test_minio.py | 44 +++++++++++++++++++++++++++++++++++++++
 libcloud/storage/drivers/s3.py    |  3 +++
 3 files changed, 56 insertions(+), 4 deletions(-)