michaelperel 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_r288337351
 
 

 ##########
 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:
   consider documenting the keys of the dictionary, as [per the contributing 
guide](https://libcloud.readthedocs.io/en/latest/development.html#when-returning-a-dictionary-document-its-structure)

----------------------------------------------------------------
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

Reply via email to