5👍
If you set:
AWS_S3_SECURE_URLS = False
in your settings.py then, all the URLS to your static files use http: instead of https:
👤Jose
Source:stackexchange.com
5👍
If you set:
AWS_S3_SECURE_URLS = False
in your settings.py then, all the URLS to your static files use http: instead of https: