jazzband / django-queued-storage

Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely
http://django-queued-storage.rtfd.org/
BSD 3-Clause "New" or "Revised" License
317 stars 62 forks source link

sync setting on delete #17

Open ashwoods opened 9 years ago

ashwoods commented 9 years ago

right now it can be a bit ambiguous what happens when delete is called on a storage, as it might leave files dangling. we should be able to configure what to do in this case

kigsmtua commented 7 years ago

I'd love to have a go at this

ashwoods commented 7 years ago

@kigsmtua be my guest!