Skip to content
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

Use last version of Azure Storage Library #8

Open
dorianamouroux opened this issue Jul 3, 2016 · 5 comments
Open

Use last version of Azure Storage Library #8

dorianamouroux opened this issue Jul 3, 2016 · 5 comments

Comments

@dorianamouroux
Copy link
Contributor

Hi,

As far I as know, django-azure-storage currently use the version 0.20.3 of Azure Python SDK. This one is embedded in the azure package. They split the storage API to another repository.
We can find a newer version here : https://github.com/Azure/azure-storage-python (0.32.0).

@exploreshaifali
Copy link

I have implemented AzureStorage class to work with latest azure-storage-python(0.33). Can I submit a PR for same(?), so that forth-coming users will able to use the project with latest azure-storage sdk.

@dorianamouroux
Copy link
Contributor Author

You should create another pip module because the maintainers of this one don't seem to care too much

@kevin-brown
Copy link
Contributor

kevin-brown commented Oct 5, 2016

Can I submit a PR for same(?), so that forth-coming users will able to use the project with latest azure-storage sdk.

Feel free to. We have not been keeping up to date with the latest Azure Storage SDK releases mostly because this version works for us, but we wouldn't be opposed to reviewing and accepting pull requests that update the SDK version and integrate new features.

@jedie
Copy link

jedie commented Apr 30, 2018

Any news here?

@kevin-brown
Copy link
Contributor

We're still accepting pull requests that upgrade this library to use the latest version of Azure Blob Storage.

Last time we had to do it, there weren't many changes required (this library doesn't do a whole lot). We just haven't done it since we don't require any of the features in the newer versions of the Azure SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants