Cache control headers for generated images
Opened this issue · 1 comments
dmcquay commented
When uploading generated images to S3, cache control headers are always set to max (1 year). Would be nice to give the user some control over this.
Options:
- Grab headers from original? (need to strip some)
- Allow user to configure how it should be set
- Allow user to specify that none should be use and the CDN should rely on conditional gets instead (not recommended)
dmcquay commented
I don't have need for this right now, nor do I know of anyone who has need for this. Putting it on the backburner for now.