-
-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from azure.storage.blob import BlobPermissions gives import error in azure_storage.py #877
Comments
Came to post the same issue. |
Do you happen to know what the model BlobPermission is now named? |
I guess BlobSASPermissions. or they might have removed it also as they have done majore changes in 12.x. version.
|
It appears |
There is an open PR. On the next version I will merge that in and drop current support. |
Great Thanks alot man. It would be a great help :) when can we expect the next version? Thanks, |
Hey! any update on this? |
Looks like it got missed in the release |
Hey, any update about the next version, I am eagerly waiting for django storages to support azure-sdk-12 |
Looking forward for an update as well! |
@jschneier |
Fixed by #805 |
hi,
I am using azure-storage-blob==12.3.0. while sublcassing AzureStorage, it gives the following error:
cannot import name 'BlobPermissions'
I figured out that in new version this model "BlobPermission" has been renamed.
any solution to it?
Thanks,
Shubham
The text was updated successfully, but these errors were encountered: