scottwernervt / cloudstorage

Unified cloud storage API for storage services.
http://cloudstorage.readthedocs.io/en/latest/
MIT License
93 stars 27 forks source link

Azure get_blob raises TypeError when Content MD5 missing in remote #47

Closed matt-carr closed 5 years ago

matt-carr commented 5 years ago

If a blob was uploaded without content MD5, _convert_azure_blob still attempts to decode and calculate from the None value, raising a TypeError.

scottwernervt commented 5 years ago

This weekend I will:

matt-carr commented 5 years ago

sounds awesome, thanks for the quick turnaround!

matt-carr commented 5 years ago

Any updates on that ETA?

scottwernervt commented 5 years ago

@matt-carr Just released https://pypi.org/project/cloudstorage/0.10.0/. Thanks for the bug fixes!

matt-carr commented 5 years ago

Happy to help, thanks for the release!