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 2020/01/14 04:22:29 UTC

[libcloud] branch trunk updated (435d82b -> 17f9636)

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 435d82b  Fix lint.
     new f448bd4  Update S3 driver so we don't try to validate object checksum if object is encrypted using AWS KMS encryption.
     new 0f235de  Add a test case for it.
     new 8f7ba3d  Remove mock http methods which are not needed.
     new 36d2332  Default it to None.
     new 2983285  Add changelog entry.
     new ce823f4  Fix lint, simplify if statement.
     new 8bf5724  Merge branch 'trunk' into fix_s3_hash_checksum_on_encrypted_objects
     new 17f9636  Merge pull request #1406 from Kami/fix_s3_hash_checksum_on_encrypted_objects

The 7125 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                      | 15 +++++++++++
 libcloud/storage/drivers/s3.py   | 14 ++++++++--
 libcloud/test/storage/test_s3.py | 56 +++++++++++++++++++++-------------------
 3 files changed, 56 insertions(+), 29 deletions(-)