Paperclip uses the aws-s3 gem to handle image uploads to your bucket. Jammit-s3 apparently uses a different gem that does not get along with aws-s3... i think they share some similar namespaces and are colliding.
specifically i am getting this error when i try to upload a file:
NoMethodError (undefined method `exists?' for AWS::S3::S3Object:Class)
Would be awesome if these two gems could co-exist as I definitely have need for both.