Skip to content

Instantly share code, notes, and snippets.

@mostlygeek
mostlygeek / recipe.rb
Created January 30, 2012 19:50 — forked from poobury/recipe.rb
S3 File Resource for Chef
# Source accepts http/https or the protocol region:// with the host as the bucket
# access_key_id and secret_access_key are just that
# Note resource name has changed from s3_file to s3_aware_remote_file
# for the eu-west-1 region:
s3_aware_remote_file "/var/bulk/the_file.tar.gz" do
source "s3-eu-west-1://your.bucket/the_file.tar.gz"
access_key_id your_key
secret_access_key your_secret
owner "root"
@mostlygeek
mostlygeek / about.md
Created August 9, 2011 15:17 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer