0.11.9: Multiprocessing and Azure fixes
This fixes an issue when using multiprocessing, where simultaneous writes could lead to the
situation where both code paths first check if the directory exists and create it in the negative case. As check and creation aren't a single atomic operation, one of them might fail.
Also, MD5 check sums are now always added to stored objects.