ruby on rails - Need both aws-sdk and aws-s3 gem, but they conflict with one another -
in previous post undefined method `find' aws::s3::bucket:class figured out amazon s3 uploader creating required aws-s3 gem, had aws-sdk gem installed , 2 conflict each other.
the problem using paperclip , after removing aws-sdk, found app broke.
is there workaround? i've search on stackoverflow haven't found solution yet. found blog, seems dated: http://davesouth.org/stories/paperclip-upgrade-breaks-amazon-s3-upload-and-how-to-fix-it
i have used fog gem paperclip store images on amazon. in fact found easier working aws gem. try swapping out aws-sdk.
Comments
Post a Comment