How to upload binary data to Amazon S3 from a Rails app? -
How to upload binary data to Amazon S3 from a Rails app? -
i using gems paperclip & aws-s3 upload images amazon s3 rails app. works fine. trying upload binary info s3 , homecoming url. how can that?
you'll find tutorial examples here:
http://amazon.rubyforge.org
look @ s3object.store method.
edit:
you should utilize official amazon sdk:
http://aws.amazon.com/sdkforruby/
ruby-on-rails ruby-on-rails-3 amazon-s3
Comments
Post a Comment