diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-08 23:25:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-08 23:25:48 -0400 |
commit | c883a677624855744f8dbbf38797dadd262c759e (patch) | |
tree | 11d4c639734e7f1883514c0c7327cc6d6c15303d /doc | |
parent | 4475497e653a63823b95a0fa0b176a7baf080a7b (diff) |
devblog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devblog/day_213__newchunks_merged.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/devblog/day_213__newchunks_merged.mdwn b/doc/devblog/day_213__newchunks_merged.mdwn new file mode 100644 index 000000000..42ea7a655 --- /dev/null +++ b/doc/devblog/day_213__newchunks_merged.mdwn @@ -0,0 +1,15 @@ +Finished up webdav, and after running `testremote` for a long time, I'm +satisfied it's good. The newchunks branch has now been merged into master +completely. + +Spent the rest of the day beginning to rework the S3 special remote to use +the aws library. This was pretty fiddly; I want to keep all the +configuration exactly the same, so had to do a lot of mapping from hS3 +configuration to aws configuration. Also there is some hairy stuff +involving escaping from the ResourceT monad with responses and http +connection managers intact. + +Stopped once `initremote` worked. The rest should be pretty easy, although +Internet Archive support is blocked by +<https://github.com/aristidb/aws/issues/119>. This is in the `s3-aws` +branch until it gets usable. |