Python Django Tutorial: Full-Featured Web App Part 13 – Using AWS S3 for File Uploads
In this Python Django Tutorial, we will be learning how to set up AWS S3 so that we can host our media files from that service instead of our local filesystem. AWS S3 is very affordable and will also allow our application to scale much more than if our files lived on our local filesystem. Let’s get started…
The code for this series can be found at:
https://github.com/CoreyMSchafer/code_snippets/tree/master/Django_Blog
S3 CORS Config – http://bit.ly/cors-config
Environment Variables (Windows):
https://youtu.be/IolxqkL7cD8
Environment Variables (Mac and Linux):
https://youtu.be/5iWhQWVXosU
If you enjoy these videos and would like to support my channel, I would greatly appreciate any assistance through my Patreon account:
https://www.patreon.com/coreyms
Or a one-time contribution through PayPal:
https://goo.gl/649HFY
If you would like to see additional ways in which you can support the channel, you can check out my support page:
http://coreyms.com/support/
Equipment I use and books I recommend:
https://www.amazon.com/shop/coreyschafer
You can find me on:
My website – http://coreyms.com/
Facebook – https://www.facebook.com/CoreyMSchafer
Twitter – https://twitter.com/CoreyMSchafer
Google Plus – https://plus.google.com/+CoreySchafer44/posts
Instagram – https://www.instagram.com/coreymschafer/
#Python #Django