c-w commented on a change in pull request #1278: [LIBCLOUD-1037] Add Azurite
support for Azure Blob Storage driver
URL: https://github.com/apache/libcloud/pull/1278#discussion_r288581659
##########
File path: libcloud/storage/drivers/azure_blobs.py
##########
@@ -184,6 +205,8 @@ def _ex_connection_class_kwargs(self):
# host argument has precedence
if not self._host_argument_set:
result['host'] = '%s.%s' % (self.key, AZURE_STORAGE_HOST_SUFFIX)
+ else:
+ result['account_prefix'] = self.key
Review comment:
Done.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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