Hacker News new | ask | show | jobs
by bryanlanders 5097 days ago
No idea. Someone who has experienced that on Heroku should weigh in...

We're hosting static media on S3, but this project has no UGC and very limited amount of media assets, so you'd have to consider the AWS costs depending on your own needs.

When I first deployed to Heroku, I was serving media right from the web dyno, and it was working, but since the app is serving up the files (not Nginx serving them directly instead, or similar), I'd imagine that's not a great solution in terms of scalability.