git-annex/doc/todo/Amazon_Cloud_Drive.mdwn
2016-04-25 13:43:24 -04:00

23 lines
1.1 KiB
Markdown

I've released a special remote which uses rclone to enable Amazon Cloud Drive: <https://github.com/DanielDent/git-annex-remote-rclone> -- [[DanielDent]]
---
Is there a special remote implementation for Amazon Cloud Drive?
It's just became unlimited for a fair price: $60/year ( https://www.amazon.com/clouddrive/pricing ).
http://techcrunch.com/2015/03/26/amazon-goes-after-dropbox-google-microsoft-with-unlimited-cloud-drive-storage/
-- bence aka [[parhuzamos]]
> Not yet, but I just need to investigate haskell api bindings for it, I
> suppose. --[[Joey]]
> > Don't know if there's such a thing... there seems to be SDKs for android and IOS, but nothing more. It seems like it's a REST API: https://developer.amazon.com/public/apis/experience/cloud-drive/... --[[anarcat]]
>> requested it be added to amazonka <https://github.com/brendanhay/amazonka/issues/168> --[[Joey]]
>>> In the meantime, <https://github.com/DanielDent/git-annex-remote-rclone> supports Amazon Cloud drive.
>>> I may revisit adding support for it directly to git-annex if amazonka
>>> does get support, but for now, that seems good enough, so [[done]]
>>> --[[Joey]]