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