Skip to content

Commit

Permalink
put credential init on same line because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
birarda committed Sep 11, 2016
1 parent 4a961f4 commit 0bf826c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/initializers/aws.rb
@@ -1,7 +1,4 @@
Aws.config.update({
region: 'us-west-1',
credentials: Aws::Credentials.new(
ENV['GP_AWS_ACCESS_KEY_ID'],
ENV['GP_AWS_SECRET_KEY_ID']
)
credentials: Aws::Credentials.new(ENV['GP_AWS_ACCESS_KEY_ID'], ENV['GP_AWS_SECRET_KEY_ID'])
})

0 comments on commit 0bf826c

Please sign in to comment.