We have an image uploader that uploads to AWS, using django-storages. Right now it sends images over http but we want it to use https.
Googling didn't help me find a way to configure django-storages to do it. Does anyone know the best way to accomplish this, or any documentation that would point me in the right direction.