summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-25 17:39:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-25 17:39:38 -0400
commit9b51ec9dbf48a54184aedf3f4cd5387347d67336 (patch)
tree60c1dcd671652df4ca6c8401dd4830c910e3d12e
parentbc130e355e41a85cb1115e16df89d93af88429d5 (diff)
add
-rw-r--r--doc/forum/cloud_services_to_support.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/cloud_services_to_support.mdwn b/doc/forum/cloud_services_to_support.mdwn
new file mode 100644
index 000000000..e268bc1d8
--- /dev/null
+++ b/doc/forum/cloud_services_to_support.mdwn
@@ -0,0 +1,16 @@
+git-annex can already be used to store data in several cloud services:
+Amazon S3, rsync.net, Tahoe-LAFFS, 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]]