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 2019/08/09 13:42:29 UTC

[libcloud] branch trunk updated (ef5b26f -> ccd3403)

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 ef5b26f  Add changelog entry for #1335.
     new 85f594e  Fix a bug in the Backblaze B2 driver where host attribute was not correctly set on the connection class so the driver didn't Work.
     new 7725eda  Fix logging connection so it also work's correctly if body is of type bytearray or bytes.
     new 857276b  Fix download_object_as_stream method in the Backblaze B2 driver.
     new 12cde3e  Add changelog entries.
     new a8fdbc4  Update Backblakze driver docs and examples.
     new bb58472  Fix / update affected tests.
     new 470a993  Fix test which was broken during move to requests.
     new 5d82289  Fix test failure under Python 3.
     new decd9cc  Add changelog entry.
     new 300e01e  Fix lint.
     new ccd3403  Merge pull request #1339 from Kami/backblaze_b2_fixes

The 6751 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                                       | 14 +++++++++++++
 docs/examples/storage/backblaze_b2/instantiate.py |  4 ++--
 docs/storage/drivers/backblaze_b2.rst             | 17 ++++++++--------
 libcloud/storage/drivers/backblaze_b2.py          | 24 ++++++++++++++++++-----
 libcloud/test/storage/test_backblaze_b2.py        | 14 ++++++++-----
 libcloud/utils/loggingconnection.py               |  3 +++
 6 files changed, 55 insertions(+), 21 deletions(-)