We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cba05d + 63b6020 commit dc583ceCopy full SHA for dc583ce
app/uploaders/avatar_uploader.rb
@@ -1,7 +1,7 @@
1
# encoding: utf-8
2
3
class AvatarUploader < CarrierWave::Uploader::Base
4
- storage :s3 if Rails.env.production?
+ storage :aws if Rails.env.production?
5
6
include CarrierWave::MiniMagick
7
app/uploaders/image_uploader.rb
@@ -1,5 +1,5 @@
class ImageUploader < CarrierWave::Uploader::Base
# Include RMagick or MiniMagick support:
0 commit comments