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
You can't use aws-s3 and aws-sdk together since they will conflict with each other.