Reputation: 38772
I see this error in my console when all the configuration is right
Cannot load `Rails.config.active_storage.service`: (RuntimeError) Missing service adapter for "S3"
Upvotes: 11
Views: 6611
Reputation: 38772
It is not clear in the documentation, I have to add the gem aws-sdk-s3
to my Gemfile
gem "aws-sdk-s3", require: false
Upvotes: 21