c-w opened a new pull request #1278: [LIBCLOUD-1037] Add Azurite support for Azure Blob Storage driver URL: https://github.com/apache/libcloud/pull/1278 ## Add Azurite support for Azure Blob Storage driver ### Description As described in [LIBCLOUD-1037](https://issues.apache.org/jira/browse/LIBCLOUD-1037), the Azure Blob Storage driver currently doesn't support the [Azurite storage emulator](https://github.com/Azure/Azurite). This pull request made the changes required to support Azurite: - Protect against a missing content md5 since the Azurite emulator doesn't set this value. - Implement routing to a specific account via URL prefix (e.g. /someaccount) instead of hostname (e.g. someaccount.blob.core.windows.net). ### Status - done, ready for review ### Checklist (tick everything that applies) - [x] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) **Travis passed** ([build](https://travis-ci.org/CatalystCode/libcloud/builds/498955326)) - [x] Documentation **Comments inline in code** - [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) **All existing tests pass** - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) **Code change is small**
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
