If a blob was uploaded through other means without a Content-MD5 header, azure will not populate that header automatically, and it will not be returned when the blob is downloaded. This change skips the checksum validation if the header is missing (avoiding the resultant TypeError) and logs an appropriate warning
If a blob was uploaded through other means without a Content-MD5 header, azure will not populate that header automatically, and it will not be returned when the blob is downloaded. This change skips the checksum validation if the header is missing (avoiding the resultant TypeError) and logs an appropriate warning
Fixes #47