I want to use CloudFront's signed URLs rather than plain unsigned URLs.
django-storages gives the option of AWS_S3_CUSTOM_DOMAIN
but then it generates unsigned URLs from CloudFront's subdomain. By default AWS_QUERYSTRING_AUTH
is True
and it does generate signed URLs for S3. Any way to generate signed URLs for CloudFront.
This is the setting I am looking to turn on, but due to unsigned URLs I disabled it.
Settings I am looking to turn on for My distribution