Changes between Version 35 and Version 36 of help/en/howto/cloudfront
- Timestamp:
- Nov 23, 2010 12:57:50 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/cloudfront
v35 v36 20 20 == Custom Origin (HTTP/HTTPS) Distributions == 21 21 22 '''You need the latest [http://trac.cyberduck.ch/wiki/help/en/faq#Switchtoanightlybuild snapshot build] for this feature.''' 23 22 24 A [http://docs.amazonwebservices.com/AmazonCloudFront/latest/DeveloperGuide/index.html?Appendix.html custom origin] is an origin server that isn't hosted on Amazon S3. The origin server holds the original, definitive versions of your content. You can connect to any [wiki:help/en/howto/ftp FTP], [wiki:help/en/howto/ftp SFTP] or [wiki:help/en/howto/dav WebDAV] server and configure it as an origin server for content distribution with Amazon CloudFront in the ''Distribution (CDN)'' tab of the [wiki:help/en/howto/info Info] panel. The hostname from the ''Web URL'' configured in the bookmark is used to configure the origin of the CDN. 23 25 … … 29 31 * Refresh the status of the distribution using ''Command-R''. The initial status is ''In Progress'' and should subsequently change to ''Deployed'' when the changes in Amazon CloudFront have propagated. 30 32 * Click the ''Where'' URL to load the content over the CDN. 31 32 '''You need the latest [http://trac.cyberduck.ch/wiki/help/en/faq#Switchtoanightlybuild snapshot build] for this feature.'''33 33 34 34 === Playback Configuration === … … 54 54 === Object Invalidation === 55 55 56 '''You need the latest [http://trac.cyberduck.ch/wiki/help/en/faq#Switchtoanightlybuild snapshot build] for this feature.''' 57 56 58 [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. 57 58 '''You need the latest [http://trac.cyberduck.ch/wiki/help/en/faq#Switchtoanightlybuild snapshot build] for this feature.'''59 59 60 60 == References ==