KonstantinSchubert / zero

Local file system transparently swapping to the cloud
Other
775 stars 22 forks source link

Use apache-libcloud? #3

Open traverseda opened 5 years ago

traverseda commented 5 years ago

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

KonstantinSchubert commented 5 years ago

Thanks for that! That may be a welcome simplification.

ad-m commented 5 years ago

@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 ).

KonstantinSchubert commented 5 years ago

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