Posts tagged as "s3"
Static vs. Media files in Django
June 18, 2019 • 4 min readDjango is a great Web framework for building Web applications in Python. It comes with a lot of batteries included that you’ll most likely…
Add cache-control header to an entire S3 Bucket using Boto3
May 01, 2019 • 1 min readI recently came across a task which seem pretty generic, but for which I couldn’t find an existing solution online: update the header for…