Is there a cache time for images that I deleted on my S3 Storage which is connected to an Cloundfront CDN?
我在S3 Storage上删除的图像是否有缓存时间连接到Cloundfront CDN?
I deleted 3 images 30 minutes ago and they are still available over the Cloudfront CDN.
我在30分钟前删除了3张图片,但仍然可以通过Cloudfront CDN获取这些图片。
1 个解决方案
#1
1
Generally the cache time is equivalent, to the TTL time value you select in CloudFront or the default average value is one day. If you need to clear the cache, run an invalidation.
通常,缓存时间与您在CloudFront中选择的TTL时间值相同,或者默认平均值为一天。如果需要清除缓存,请运行失效。
More details on CloudFront TTL is given in following links.
有关CloudFront TTL的更多详细信息,请参见以下链接。
- Specifying how long object stays in CloudFront Edge Cache
- 指定对象在CloudFront Edge Cache中停留的时间
- CloudFront Default TTL
- CloudFront默认TTL
#1
1
Generally the cache time is equivalent, to the TTL time value you select in CloudFront or the default average value is one day. If you need to clear the cache, run an invalidation.
通常,缓存时间与您在CloudFront中选择的TTL时间值相同,或者默认平均值为一天。如果需要清除缓存,请运行失效。
More details on CloudFront TTL is given in following links.
有关CloudFront TTL的更多详细信息,请参见以下链接。
- Specifying how long object stays in CloudFront Edge Cache
- 指定对象在CloudFront Edge Cache中停留的时间
- CloudFront Default TTL
- CloudFront默认TTL