Skip to content

Instantly share code, notes, and snippets.

@graybill
Created August 31, 2011 00:58
Show Gist options
  • Save graybill/1182561 to your computer and use it in GitHub Desktop.
Save graybill/1182561 to your computer and use it in GitHub Desktop.
has_attached_file :photo, :styles => { :medium => '220x220#', :thumb => '48x48#' },
:storage => :s3,
:bucket => 'weworkinphilly',
:s3_credentials => {
:access_key_id => ENV['S3_KEY'],
:secret_access_key => ENV['S3_SECRET']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment