django-imagekit icon indicating copy to clipboard operation
django-imagekit copied to clipboard

Fix: only seek files when possible

Open julianwachholz opened this issue 3 years ago • 0 comments

Also fixes #517

After testing around a few things I found that the issue is only related to e.g. S3BotoStorage where the File object is not seekable. The image generation and content caching will still work as expected.

julianwachholz avatar Dec 22 '21 17:12 julianwachholz