How is it possible to use django_compressor to send gziped files to Amazon S3?
I tried in several ways but it didn\'t work. Here is my last settings.py configuration
django-storages S3 storage backend supports gzip. Add to settings.py:
AWS_IS_GZIPPED = True