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: Cache-Control ?!? #323

Closed
jedie opened this issue May 26, 2017 · 3 comments
Closed

Azure: Cache-Control ?!? #323

jedie opened this issue May 26, 2017 · 3 comments
Labels

Comments

@jedie
Copy link

jedie commented May 26, 2017

How can i manipulate the Cache-Control header for Azure backend?!?
e.g.: set cache_control in connection.put_blob() etc.

I found these only for S3 Boto3 Storage usage, isn't it?!?

@jedie
Copy link
Author

jedie commented Apr 16, 2018

ping

@sww314
Copy link
Contributor

sww314 commented Aug 23, 2018

Backend was re-written in #565. Please reopen this issue still exists.

@sww314 sww314 closed this as completed Aug 23, 2018
@nitely
Copy link
Contributor

nitely commented Aug 24, 2018

This can be done for private storage when asking for a URL with expiration date (i.e: generate_blob_shared_access_signature function has a cache_control). It must be implemented in the new backend, 'cause I've learned about this just now 😄

For a public storage, I think the only way is through Azure's CDN.

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

4 participants