Merge branch 'fix_raw_read_method' into trunk
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f4c00ea0 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f4c00ea0 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f4c00ea0 Branch: refs/heads/trunk Commit: f4c00ea098d2154d4f9dba15eb9067894b396d71 Parents: faf0a5a 1702f7a Author: Anthony Shaw <anthonys...@apache.org> Authored: Fri Jan 13 11:42:32 2017 +1100 Committer: Anthony Shaw <anthonys...@apache.org> Committed: Fri Jan 13 11:42:32 2017 +1100 ---------------------------------------------------------------------- libcloud/common/base.py | 6 +-- libcloud/httplib_ssl.py | 46 ++++++++++++++++- libcloud/storage/base.py | 20 ++------ libcloud/storage/drivers/s3.py | 2 +- libcloud/test/__init__.py | 34 +++++++++++-- libcloud/test/storage/test_s3.py | 19 ++++++-- libcloud/test/test_response_classes.py | 27 +++++++++- libcloud/utils/loggingconnection.py | 76 ++++++++--------------------- 8 files changed, 144 insertions(+), 86 deletions(-) ----------------------------------------------------------------------