Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created September 25, 2013 19:15
Show Gist options
  • Save mrpatrick/6704587 to your computer and use it in GitHub Desktop.
Save mrpatrick/6704587 to your computer and use it in GitHub Desktop.
s3_website.yml config for jekyll website
s3_id: <%= ENV['S3_ACCESS_KEY_ID'] %>
s3_secret: <%= ENV['S3_SECRET_KEY'] %>
s3_bucket: YOUR_WEBSITE_HERE
max_age:
"public/*": 6000
"*": 300
s3_endpoint: us-east-1
s3_reduced_redundancy: true
concurrency_level: 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment