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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -