jowilf / sqlalchemy-file

SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google Storage and others using Apache Libcloud.
https://jowilf.github.io/sqlalchemy-file/
MIT License
95 stars 12 forks source link

Old thumbnail is left on the storage #79

Closed wojtha closed 1 year ago

wojtha commented 1 year ago

When image file is updated, the old thumbnail is left on the storage bucket.

Version: sqlalchemy_file-0.4.0 Storage driver: GoogleStorageDriver

wojtha commented 1 year ago

Amazing, thank you for the quick fix! 🎉