I've been trying to research ways to make AWS S3 work with Heroku for FileField and ImageField uploads. But I've been failing to get it working.
The plan is to
- Use FileField to upload some files.
- Use ImageField for profile pictures.
- Use Sorl Thumbnails to resize those pictures.
I followed this article, but it doesn't seem to work. Is there something that I am missing? I want file uploads, as painless as possible. Is there a better alternative which is more django and heroku friendly than AWS? Any help in this regard would be highly appreciated.