How to upload file inside public folder to s3?
Opened this issue · 1 comments
mymai91 commented
I use rmagick to draw image default and I wanna save it in a link to use carrierwave upload on S3.
But it not work now.
Can you help me on it.
Thanks.
bf4 commented
Hi @mymai91 Thanks for your question. If RMagick is generating an image, then its job is done. What you do with the image after that, would be e.g. carrierwave's job.
Also, this is a legacy repo. Actual RMagick is at https://github.com/rmagick/rmagick/
If you have a bug report or documentation issue for RMagick, please open an issue there. If this is a request for help, the appropriate place for that would be stackoverflow, the ruby-talk mailing list, or a local user group.