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

Azure backend #565

Merged
merged 1 commit into from
Aug 23, 2018
Merged

Azure backend #565

merged 1 commit into from
Aug 23, 2018

Conversation

nitely
Copy link
Contributor

@nitely nitely commented Aug 22, 2018

This PR supersedes #318. Implements:

  • Upgraded azure dependencies (azure-storage is no longer the recommended lib, this depends on azure and azure-storage-blob instead)
  • Support for streams to avoid hitting disk (although Django may hit the disk if regular form file is used)
  • Proper file name checking
  • listdir method to list files by virtual path
  • Several settings that were missing in previous PR: timeout, upload_max_conn, overwrite_files, location and default_content_type. See docs for the settings explanation.
  • Integration tests using azurite (oficial emulated Azure).
  • Docs explaining how to use public and private storage.

@gilgamezh
Copy link

🎉

@jedie
Copy link

jedie commented Aug 24, 2018

Will it then be v1.7? Please write here when it comes out!

@jschneier
Copy link
Owner

@jedie version 1.7 is now live.

@jedie
Copy link

jedie commented Sep 3, 2018

Thanks for the update!

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

Successfully merging this pull request may close these issues.

5 participants