use openneo-uploads bucket
This commit is contained in:
parent
d2d6bb7fd5
commit
2b88ce9b4b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class OutfitImageUploader < CarrierWave::Uploader::Base
|
|||
include CarrierWave::MiniMagick
|
||||
|
||||
# Settings for S3 storage. Will only be used on production.
|
||||
fog_directory 'impress-outfit-images'
|
||||
fog_directory 'openneo-uploads'
|
||||
fog_attributes 'Cache-Control' => "max-age=#{15.minutes}",
|
||||
'Content-Type' => 'image/png'
|
||||
|
||||
|
|
Loading…
Reference in a new issue