Configuring Django to Serve Media Files Via S3
Overview
How to configure Django web applications to serve media files using AWS S3 buckets.
Workflow
Using Amazon S3 to Store your Django Site's Static and Media Files (Caktus Group) contains all the necessary steps. Followed them all and it just worked.
Notes
See also
- Using Amazon S3 to Store your Django Site's Static and Media Files - Caktus Group, Nov 10, 2014
- Serving Static Files from a Cloud Service or CDN - Django documentation
- Django-Storages and Amazon S3 - martinbrochhaus.com
Actually, I'm keeping this link for reference, but the very first policy example on the page would not validate. After that I started looking elsewhere.