added rclone supported providers

This commit is contained in:
branchable@d31204a44f76a567b0ac1ace14680d4f2ec7750d 2016-04-23 19:22:16 +00:00 committed by admin
parent 26d64d7355
commit e91a18f110

View file

@ -29,6 +29,7 @@ for using git-annex with various services:
* [[Amazon_S3|tips/using_Amazon_S3]]
* [[Amazon_Glacier|tips/using_Amazon_Glacier]]
* [Amazon Cloud drive](https://github.com/DanielDent/git-annex-remote-rclone)
* [[tips/Internet_Archive_via_S3]]
* [[Box.com|tips/using_box.com_as_a_special_remote]]
* [[Google drive|tips/googledriveannex]]
@ -44,7 +45,11 @@ for using git-annex with various services:
* [pCloud](https://github.com/tochev/git-annex-remote-pcloud)
* [[ipfs]]
* [Ceph](https://github.com/mhameed/git-annex-remote-ceph)
* [Blackblaze's B2](https://github.com/encryptio/git-annex-remote-b2)
* [Backblaze's B2](https://github.com/encryptio/git-annex-remote-b2)
* [Dropbox](https://github.com/DanielDent/git-annex-remote-rclone)
* [Openstack Swift / Rackspace cloud files / Memset Memstore](https://github.com/DanielDent/git-annex-remote-rclone)
* [Microsoft One Drive](https://github.com/DanielDent/git-annex-remote-rclone)
* [Yandex Disk](https://github.com/DanielDent/git-annex-remote-rclone)
Want to add support for something else? [[Write your own!|external]]