我是RoR新手,在尝试安装Amazon AWS-3时一直会遇到这个错误:
Could not find gem 'aws-3' in any of the gem sources listed in your Gemfile or available on this machine.我在用Rails 5。
宝石本身似乎已成功安装:
$ gem install aws-s3
Successfully installed aws-s3-0.6.3
Parsing documentation for aws-s3-0.6.3
Done installing documentation for aws-s3 after 1 seconds
1 gem installed把它添加到我的Gemfile中:
gem 'aws-3', :require => 'aws/s3'在我列出的Gemfile顶部:
source 'https://rubygems.org'https://stackoverflow.com/questions/40149727
复制相似问题