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 support 'w' mode on open #313

Closed
guydou opened this issue May 9, 2017 · 2 comments
Closed

Azure support 'w' mode on open #313

guydou opened this issue May 9, 2017 · 2 comments
Labels

Comments

@guydou
Copy link

guydou commented May 9, 2017

Currently in the azure backed I can't do the following:
f= default_storage.open("bla", "w")

if the blob bla doesn't exist

and also I can not update bla with new content, if I use: default_storage.save("bla", content) and bla already exists it will a new blob will be created with a random suffix

for example:
bla
bla_MhgTcjK

@guydou
Copy link
Author

guydou commented May 16, 2017

this pull request fixes the problem #318

@sww314
Copy link
Contributor

sww314 commented Aug 23, 2018

Azure backend was rewritten in #565. Please reopen if the issue still exists.

@sww314 sww314 closed this as completed Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants