how do I get django + django-storages using boto to generate the same access url for content with fa
- by stackoverflowusername
Hi,
I am trying to use django-storages to serve images from amazon s3 with a far futures expire, but the signature it creates changes each time so the image is always redownloaded. How do I get it to generate the same signature each time... or what is the recommended way to use a far futures expires with django-storages and boto for s3?
Thanks