You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ill like to report a weird behavior when pushing new files to my S3 bucket, on my debug view I can see all the time:
[debg] Invalidated /*
But I'm only updating one file in the S3 bucket, so the issue is that the invalidation method is not working properly or there is an error in the log message.
Can you clarify this, please?
Thanks!
The text was updated successfully, but these errors were encountered:
The cloudfront_wildcard_invalidatation: true config setting by design invalidates all objects in your CF distribution because it is invalidating the path /* which counts as only one invalidation against your quota of 1,000 free invalidation paths per month.
If not set or set to false then s3_website will individually invalidate your updated/changed objects, which I think is what you appear to be expecting. While this may seem like the expected or desired behaviour, if you run a decent sized site and push multiple large rebuilds each month you would easily go above the 1,000 tier and start paying US$0.005 for each file path invalidated.
Hello,
Ill like to report a weird behavior when pushing new files to my S3 bucket, on my debug view I can see all the time:
But I'm only updating one file in the S3 bucket, so the issue is that the invalidation method is not working properly or there is an error in the log message.
Can you clarify this, please?
Thanks!
The text was updated successfully, but these errors were encountered: