Open thuibr opened 1 month ago
Need to remove https://github.com/jschneier/django-storages/blob/master/storages/backends/gcloud.py#L67-L68 per https://stackoverflow.com/questions/67744979/how-to-prevent-gcs-from-automatically-decompressing-objects-when-using-python-sd. Supersedes #1454.
It may instead be appropriate to use raw_download=True. Which is better?
raw_download=True
Need to remove https://github.com/jschneier/django-storages/blob/master/storages/backends/gcloud.py#L67-L68 per https://stackoverflow.com/questions/67744979/how-to-prevent-gcs-from-automatically-decompressing-objects-when-using-python-sd. Supersedes #1454.