diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-25 13:43:24 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-25 13:43:24 -0400 |
commit | 22079e1d9388908983ac6a2927e924a529703881 (patch) | |
tree | f142871b98440c6af83873ac751ed5e4167bbd6e /doc | |
parent | b743c4188d23dfa5a1d2c40f840ba7da23a0b5a9 (diff) |
close todos covered by rclone
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/Amazon_Cloud_Drive.mdwn | 5 | ||||
-rw-r--r-- | doc/todo/wishlist__58___swift_backend.mdwn | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/Amazon_Cloud_Drive.mdwn b/doc/todo/Amazon_Cloud_Drive.mdwn index 4bef05318..7ec91b4d3 100644 --- a/doc/todo/Amazon_Cloud_Drive.mdwn +++ b/doc/todo/Amazon_Cloud_Drive.mdwn @@ -16,3 +16,8 @@ http://techcrunch.com/2015/03/26/amazon-goes-after-dropbox-google-microsoft-with > > 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]] diff --git a/doc/todo/wishlist__58___swift_backend.mdwn b/doc/todo/wishlist__58___swift_backend.mdwn index 28bd265fa..6c1cef52f 100644 --- a/doc/todo/wishlist__58___swift_backend.mdwn +++ b/doc/todo/wishlist__58___swift_backend.mdwn @@ -3,3 +3,10 @@ I can provide a test account soonish if need be, else rackspace.com if offering swift storage. Their API gateway lives at https://auth.api.rackspacecloud.com/v1.0 Richard + +> Swift is supported by +> <https://github.com/DanielDent/git-annex-remote-rclone> +> +> While I am not opposed to adding support for swift directly to git-annex, +> if a haskell library supporting it should appear, I think that's good +> enough so am calling this [[done]] --[[Joey]] |