Need to be able to upload static files for incorporating into site content (e.g. images, PDFs).
Storing files outside of the database would be ideal, but static files will be deleted from Heroku on commit. Perhaps S3 would be a good solution? Is there a Node.JS API?