[Fixed]-Using django-storages and the s3boto backend, How do I add caching info to request headers for an image so browser will cache image?

20👍

Thank you to blackrobot who gave me this answer.

Add the following to your settings.py:

AWS_QUERYSTRING_AUTH = False

Leave a comment