Sha256: a96b497c13732d15b570cb5048b6286296d41433411bb003f1aa4c0abe0f27fc
Contents?: true
Size: 827 Bytes
Versions: 32
Compression:
Stored size: 827 Bytes
Contents
Feature: Invalidate the Cloudfront distribution In order to publish my posts As a blogger who delivers his blog via an S3-based Cloudfront distribution I want to run jekyll-s3 And see, that the items in the distribution were invalidated So that my latest updates will be immediately available to readers Scenario: Run jekyll-s3 for the first time Given a directory named "_site" When I run `jekyll-s3` Then the output should contain: """ I've just generated a file called _jekyll_s3.yml. Go put your details in it! """ Then the file "_jekyll_s3.yml" should contain: """ s3_id: YOUR_AWS_S3_ACCESS_KEY_ID s3_secret: YOUR_AWS_S3_SECRET_ACCESS_KEY s3_bucket: your.blog.bucket.com cloudfront_distribution_id: YOUR_CLOUDFRONT_DIST_ID (OPTIONAL) """
Version data entries
32 entries across 32 versions & 2 rubygems