S3 Cache

by ondrej.hlavacek@keboola.com


To prevent browsers from caching files on S3 add this metadata header:


Cache-Control: no-cache


Do this before you first link the file, usually for HTML files, not for images. If you need to force cache purging, change file names.


Comments