I'm using Filepicker.io and Django with the official library and I've noticed two things:
- The URLs it provides to Django are direct to my S3 bucket, not the Filepicker URLs.
- It doesn't set any caching on the files it sends whatsoever.
Since I'm using this mainly for images which will be reloaded kinda often, I'm wondering how I can make Filepicker set Cache-Control headers.
Alternatively, is it possible to force Amazon S3 to set Cache-Control headers on every single object that goes into a bucket automatically?