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 2022/01/28 22:00:18 UTC

[libcloud] 01/07: Merge branch 'scw_object_storage_driver' of https://github.com/reixd/libcloud into reixd-scw_object_storage_driver

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 74eacc9a3ee334a619fcfbca7cbffdf48eda6455
Merge: 90971e1 03bec65
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Thu Dec 16 00:27:34 2021 +0100

    Merge branch 'scw_object_storage_driver' of https://github.com/reixd/libcloud into reixd-scw_object_storage_driver

 docs/_static/images/provider_logos/scaleway.svg  | 21 ++++++
 docs/examples/storage/scaleway/upload_example.py | 20 ++++++
 docs/storage/drivers/scaleway.rst                | 27 ++++++++
 libcloud/common/aws.py                           |  5 +-
 libcloud/storage/drivers/scaleway.py             | 87 ++++++++++++++++++++++++
 libcloud/storage/providers.py                    |  1 +
 libcloud/storage/types.py                        |  4 ++
 libcloud/test/storage/test_scaleway.py           | 57 ++++++++++++++++
 8 files changed, 220 insertions(+), 2 deletions(-)