I have static files located on Amazon S3, and am continually having issues with Amazon caching them. When I update/overwrite the static file, I'd love for it to automatically show the newest version rather than waiting...
Any ideas?
I have static files located on Amazon S3, and am continually having issues with Amazon caching them. When I update/overwrite the static file, I'd love for it to automatically show the newest version rather than waiting...
Any ideas?
I think if you always want the freshest file, you need to change the name.
There is no way with S3 - it is designed to be eventually consistent, and does not do immediate commits.