SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.38k stars 318 forks source link

thumbnail_cleanup on aws s3 #516

Closed AlekseiKhatkevich closed 2 months ago

AlekseiKhatkevich commented 5 years ago

Hello Is it possible to use thumbnail_cleanup commant if i store by thimbnails on AWS s3 and if so then how? Thx

PetrDlouhy commented 3 years ago

I just realised, that I was every time I ran thumbnail_cleanup I just deleted all my thumbnail database references with need to recreate all those thumbnails.

The thumbnail_cleanup procedure is written without having storages in mind at all. It doesn't count with S3 nor having different source and thumbnail storage.

Additionally, when I tried to fix it, I didn't find any way to access the source storage (it is stored only as hash), so I am not sure if it is even possible with current DB model.