opoloo / lines-engine

Lines is a customizable blog framework for Rails. It aims at making publishing simple and beautiful.
http://lines.opoloo.com
GNU Lesser General Public License v3.0
216 stars 102 forks source link

How do I configure carrierwave to store blog images in s3 bucket? #12

Closed aakaashh closed 5 years ago

krivitsky commented 6 years ago

Based on the docs: https://github.com/carrierwaveuploader/carrierwave#using-amazon-s3

apart from adding he configs, seems it'll require a code change too, as currently the uploaders are hardcoded to keep images on the local filesystem only: https://github.com/opoloo/lines-engine/blob/a3ce1b18667e67e521ffcb40ecd0ee7047ad954a/app/uploaders/picture_uploader.rb#L12

thej commented 5 years ago

See #16

jfacoustic commented 5 years ago

See #16 has see #12. Kinda funny.