Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
demesvardestin committed Dec 8, 2018
1 parent 5599291 commit 1c5099b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions config/initializers/carrier_wave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
config.cache_dir = "#{Rails.root}/tmp/uploads"

config.fog_credentials = {

:provider => 'AWS',

:region => 'us-east-2',
:aws_access_key_id => ENV['S3_ACCESS_KEY'],

:aws_secret_access_key => ENV['S3_SECRET_KEY']

}

config.fog_directory = ENV['S3_BUCKET']
Expand Down

0 comments on commit 1c5099b

Please sign in to comment.