I’m using an API to grab a thumbnail image. The API request automatically downloads the image. I’d like to store that image directly in my S3 bucket. It seems like overkill to use something like Carrierwave for this. How can I make the API call and save the image directly in S3?
I’m using an API to grab a thumbnail image. The API request automatically downloads
Share
Install the AWS S3 gem
and configure it by following the instructions here.
http://amazon.rubyforge.org/
then