zero icon indicating copy to clipboard operation
zero copied to clipboard

Use apache-libcloud?

Open traverseda opened this issue 6 years ago • 3 comments

Provides a generic interface to a number of cloud providers, but be worth thinking about during a refactor.

https://libcloud.readthedocs.io/en/latest/storage/drivers/backblaze_b2.html

traverseda avatar Sep 10 '18 03:09 traverseda

Thanks for that! That may be a welcome simplification.

KonstantinSchubert avatar Sep 10 '18 07:09 KonstantinSchubert

@KonstantinSchubert you can also use HTTP2 API of rclone ( https://rclone.org/commands/rclone_serve/ , https://rclone.org/commands/rclone_serve_http/ , https://rclone.org/commands/rclone_serve_restic/ , https://rclone.org/commands/rclone_serve_webdav/ ). Restic use this approach ( https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#other-services-via-rclone ).

ad-m avatar Sep 15 '18 13:09 ad-m

@ad-m It seems I will need to have a closer look at rclone anyways.

KonstantinSchubert avatar Oct 03 '18 21:10 KonstantinSchubert