This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Heroku uploads broken --> add S3 option? #1210
Closed
Description
Currently, if you deploy to Heroku and try to upload any files (equipment images, equipment documentation, favicon, etc) using paperclip, the files will be deleted shortly thereafter since they are stored locally and Heroku spins up new VMs for the app as needed. We should offer a configurable option to store files on S3 and remove any hard dependencies on local storage. (inspired by #1016 and #1181)
Activity