Yesterday, I woke up and realized I didn't know what I needed to work on in git-annex. Added a poll, Android to help me decide what major thing to work on next.
More flailing at the OSX monster. (A species of gelatinous cube?) Current fun seems to involve git processes spinning if git-annex was started without a controlling TTY. I'm befuddled by this.
Made the S3 and Glacier configurators have a list of regions, rather than requiring a the region's code be entered correctly. I could not find a list of regions, or better, an API to get a list, so I'll have to keep updating as Amazon adds services in new regions.
Spent some time trying to get WebDAV to work with livedrive.com. It doesn't like empty PROPPATCH. I've developed a change to the haskell DAV library that will let me avoid this problem.
S3 and Glacier regions.
http://docs.amazonwebservices.com/general/latest/gr/rande.html#s3_region
http://docs.amazonwebservices.com/general/latest/gr/rande.html#glacier_region
(EC2) Region list API - likely a superset of the other service regions, could be used for sanity checks.
http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeRegions.html
Mitch Garnaat maintains a json data file with AWS service regions & other useful data...
https://github.com/garnaat/missingcloud/blob/master/aws.json