git-annex/doc/design/assistant/more_cloud_providers.mdwn

25 lines
1.2 KiB
Text
Raw Normal View History

2012-11-25 22:02:30 +00:00
Git-annex already supports storing large files in
several cloud providers via [[special_remotes]].
More should be added, such as:
* Google drive (attractive because it's free, only 5 gb tho)
* Owncloud (has several [providers](http://owncloud.org/providers/);
at least one provides 5 gb free; open DAV based API)
* OpenStack Swift (teh future)
* Box.com (it's free, and current method is hard to set up and a sorta
shakey; a better method would be to use its API) **done**
* Dropbox? That would be ironic.. Via its API, presumably.
* [[Amazon Glacier|todo/special_remote_for_amazon_glacier]] **done**
2013-04-26 04:00:46 +00:00
* Internet Archive **done**
2012-11-25 22:02:30 +00:00
* [nimbus.io](https://nimbus.io/) Fairly low prices ($0.06/GB);
REST API; free software
2013-01-17 20:36:15 +00:00
* Mediafire provides 50gb free and has a REST API.
2013-05-20 23:22:22 +00:00
* Flickr provides 1 tb (!!!!) to free accounts, and can store at least
2013-05-21 12:23:20 +00:00
photos and videos. <https://github.com/ricardobeat/filr> is a hack
to allow storing any type of file on Flickr.
2013-05-21 17:28:09 +00:00
* mega.co.nz. Already supported via [[tips/megaannex]], would just need
webapp modifications to configure it. May want to use megaannex as-is to
build a non-hook special remote in haskell.
2012-11-25 22:02:30 +00:00
See poll at [[polls/prioritizing_special_remotes]].