undefined method `find' for AWS::S3::Bucket:Class

后端 未结 2 1687
难免孤独
难免孤独 2021-01-20 13:14

I\'m working on implementing an Amazon S3 uploader for my rails project.

I\'m trying to access a bucket so that I can assign all the images to a variable and list th

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-20 13:32

    You can't use aws-s3 and aws-sdk together since they will conflict with each other.

提交回复
热议问题