I am trying to use aws-sdk-s3 within my project. But I am getting the given error "cannot load such file -- aws-sdk-s3 (LoadError)"
I have tried a couple of gems and combination. Is there any current bug related to that?
You should install the aws-sdk-s3 gem, or include the aws-sdk-s3 gem in your Gemfile.
This is indeed the answer
Most helpful comment
You should install the
aws-sdk-s3gem, or include theaws-sdk-s3gem in your Gemfile.