git-annex/Remote/Helper
Joey Hess 6fcca2f13e WIP converting S3 special remote from hS3 to aws library
Currently, initremote works, but not the other operations. They should be
fairly easy to add from this base.

Also, https://github.com/aristidb/aws/issues/119 blocks internet archive
support.

Note that since http-conduit is used, this also adds https support to S3.
Although git-annex encrypts everything anyway, so that may not be extremely
useful. It is not enabled by default, because existing S3 special remotes
have port=80 in their config. Setting port=443 will enable it.

This commit was sponsored by Daniel Brockman.
2014-08-08 19:00:53 -04:00
..
Chunked better exception display 2014-07-26 23:01:44 -04:00
AWS.hs WIP converting S3 special remote from hS3 to aws library 2014-08-08 19:00:53 -04:00
Chunked.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Encryptable.hs convert WebDAV to new special remote interface, adding new-style chunking support 2014-08-06 16:57:06 -04:00
Git.hs add GETAVAILABILITY to external special remote protocol 2014-01-13 14:41:10 -04:00
Hooks.hs pushed checkPresent exception handling out of Remote implementations 2014-08-06 13:45:19 -04:00
Http.hs check for 200 response 2014-08-08 17:17:36 -04:00
Messages.hs run Preparer to get Remover and CheckPresent actions 2014-08-06 14:28:36 -04:00
ReadOnly.hs Remotes can now be made read-only, by setting remote.<name>.annex-readonly 2014-01-02 13:12:32 -04:00
Special.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Ssh.hs pushed checkPresent exception handling out of Remote implementations 2014-08-06 13:45:19 -04:00