Store image in database using rails paperclip plugin

前端 未结 4 864
南旧
南旧 2021-01-05 15:14

I have an application that uses the Paperclip plugin for image upload. Now that app should get deployed to an host(heroku) which has a read-only file system. Can I somehow t

4条回答
  •  暖寄归人
    2021-01-05 15:33

    Image serving from S3 is slow. Latencies of 0.5s to 2s are common, which means it should only be used for media assets.

提交回复
热议问题