Skip to content

Commit

Permalink
fix: configuration for fog
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago-dev96 committed Aug 10, 2020
1 parent d3d8e5f commit b5114f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/uploaders/picture_uploader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class PictureUploader < CarrierWave::Uploader::Base
provider: 'AWS',
aws_access_key_id: ENV['AWS_ACCESS_KEY'],
aws_secret_access_key: ENV['AWS_SECRET_KEY'],
region: 'ams3.digitaloceanspaces.com',
endpoint: 'https://.digitaloceanspaces.com'
region: 'ams3',
endpoint: 'ams3.digitaloceanspaces.com'
}

fog_directory = 'srodrig-photo-app'
Expand Down

0 comments on commit b5114f7

Please sign in to comment.