theriverman / django-minio-backend

Minio Backend for Django
https://pypi.org/project/django-minio-backend/
MIT License
111 stars 22 forks source link

Fix/support reopening of files #46

Closed toabi closed 6 months ago

toabi commented 6 months ago

This is a similar fix as https://github.com/etianen/django-s3-storage/issues/33 which in turn restores compatibility with django-imagekit (https://github.com/matthewwithanm/django-imagekit/issues/369) …

It was a crazy journey finding out the root cause of the issue. But this fixes it in my setup.

toabi commented 6 months ago

Jeah and this also fixes the same things with utc like #45

theriverman commented 6 months ago

Thanks a lot for the fix, @toabi