Skip to content

Commit

Permalink
Added initializer for aws, fill this with your secret and access keys
Browse files Browse the repository at this point in the history
  • Loading branch information
dLobatog committed Mar 18, 2012
1 parent d233fe4 commit 1a69bbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/initializers/aws.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AWS.config({
:access_key_id => 'your_access_key_id',
:secret_access_key => 'your_secret_access_key',
})

0 comments on commit 1a69bbb

Please sign in to comment.