File: cloud_services_to_support.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (16 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
git-annex can already be used to store data in several cloud services:
Amazon S3, rsync.net, Tahoe-LAFS, The Internet Archive.

I would like to support as many other cloud services as possible/reasonable.

* [[swift|todo/wishlist:_swift_backend]]
* Dropbox (I had been reluctant to go there due to it using a non-free client,
  which I have no interest in installing, but there is actually an API,
  and already a
  [haskell module to use it](http://hackage.haskell.org/package/dropbox-sdk).
  Would need to register for an API key.
  <http://www.dropbox.com/developers/start/core>.
  Annoyingly, Dropbox reviews each app before granting it production status.
  Whoops my interest level dropped by 99%.)

Post others in the comments. --[[Joey]]