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
82 stars 11 forks source link

Old thumbnail is left on the storage #79

Closed wojtha closed 11 months ago

wojtha commented 11 months 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 11 months ago

Amazing, thank you for the quick fix! 🎉