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 0aed558 Add additional test case.
new 59ce3b6 Implement s3 get_object_cdn_url using pre-signed urls
new 74b0f67 Implement pre-signed URL for AWS SignatureV4 connections only
new 9d17b31 Merge branch 'aws_presigned_url' of
https://github.com/avirshup/libcloud into avirshup-aws_presigned_url
The 3 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 | 12 ++++++
libcloud/common/aws.py | 6 +++
libcloud/storage/drivers/s3.py | 72 +++++++++++++++++++++++++++++++++++-
libcloud/test/storage/test_aurora.py | 10 +++++
libcloud/test/storage/test_s3.py | 20 +++++++++-
5 files changed, 118 insertions(+), 2 deletions(-)