laurilehmijoki / configure-s3-website

Ruby gem for configuring an AWS S3 bucket to function as a website
MIT License
40 stars 20 forks source link

Apply CloudFront distribution settings from the config file #3

Closed laurilehmijoki closed 11 years ago

laurilehmijoki commented 11 years ago

Allow the user to define the CloudFront distribution settings in the YAML configuration file.

If those settings exist, call the PUT Distribution API with the settings.

This feature lets the user have all the CDN settings in the configuration file, thus saving him from the burden of fiddling with the AWS Console every time he changes something. Furthermore, this feature makes it possible to create a new S3 website + CloudFront deployment solely with configure-s3-website and a configuration file.

With the current (1.3.0) version of configure-s3-website, it is only possible to create new CloudFront distros, not modify existing ones.

laurilehmijoki commented 11 years ago

Released in version 1.4.0.