zero
zero copied to clipboard
Use apache-libcloud?
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
Thanks for that! That may be a welcome simplification.
@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 It seems I will need to have a closer look at rclone anyways.