Closed Tobi-De closed 5 months ago
https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html
# django-storages[s3] STORAGES = { "default": { "BACKEND": "storages.backends.s3.S3Storage", "OPTIONS": { "location": "media", "file_overwrite": False, }, }, } aws_s3_domain = AWS_S3_CUSTOM_DOMAIN or f"{AWS_STORAGE_BUCKET_NAME}.s3.amazonaws.com" MEDIA_URL = f"https://{aws_s3_domain}/media/"
https://django-storages.readthedocs.io/en/latest/backends/amazon-S3.html