We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to figure out how caching should work:
The text was updated successfully, but these errors were encountered:
It seems that if we enable versioning for the buckets we get some nice cache invalidation for free. http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Invalidation.html#Invalidation_Expiration
Sorry, something went wrong.
https://docs.aws.amazon.com/AmazonS3/latest/user-guide/enable-versioning.html
I've implemented same caching as https://surge.sh/help/using-lucid-caching-automatically ... And think that is fine right now. : )
Add better caching strategy
c790432
No branches or pull requests
We need to figure out how caching should work:
The text was updated successfully, but these errors were encountered: