This is strange. I have a mix of public as well as private files. I want normal urls in public files and signed urls in private files.
I tried to change AWS_QUERYSTRING_AUTH to False as I see by default, it's True in django-storages.
But, when I change it, my private files URL is not signed (thus not accessible).
Maybe I am missing something here. What can be the solution?