use openneo-uploads bucket

This commit is contained in:
Emi Matchu 2012-07-31 11:42:27 -04:00
parent d2d6bb7fd5
commit 2b88ce9b4b

View file

@ -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'