Changes between Version 24 and Version 25 of help/en/howto/cloudfront
- Timestamp:
- Nov 1, 2010 12:01:04 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/cloudfront
v24 v25 40 40 === Object Invalidation === 41 41 42 Invalidation is one way to remove a distribution object from an edge server cache before the expiration setting on the object's header. Invalidation clears the object from the edge server cache, and a subsequent request for the object will cause CloudFront to return to the origin to fetch the latest version of the object. 42 [http://aws.amazon.com/about-aws/whats-new/2010/08/31/cloudfront-adds-invalidation-feature/ Invalidation] is one way to remove a distribution object from an edge server cache before the expiration setting on the object's header. Invalidation clears the object from the edge server cache, and a subsequent request for the object will cause CloudFront to return to the origin to fetch the latest version of the object. 43 43 44 44 This feature is not currently supported. See #5197.