[Answered ]-AWS S3 Url changing dynamically with django statics

2👍

Try adding this to your settings.

It should stop the get params being added to the url.

AWS_QUERYSTRING_AUTH = False

Leave a comment