Configuring Django to Serve Media Files Via S3
Jump to navigation
Jump to search
Overview[edit]
How to configure Django web applications to serve media files using AWS S3 buckets.
Workflow[edit]
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[edit]
See also[edit]
- 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.