Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.13.1
-
None
Description
Creating instances of AzureBlobsStorageDriver should not mutate the host attribute of AzureBlobsConnection.
The host attribute is dependent on the key of the azure blob storage account. It should be possible to have 2 drivers to do distinct Azure storage accounts in the same Python program without having one driver instance affect the state of another.
Please followup for a patch.