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
318 stars 62 forks source link

using local file for local access #8

Closed jerzyk closed 9 years ago

jerzyk commented 12 years ago

please, correct me if I'm wrong, but there are no option to specify that for the local file access, file should be accessed locally?

IMHO it will be a great performance improvement (and sometimes can save money) when files that are uploaded to the remote storage wil be accessed locally for the local operations (e.g. generating thumbnails etc.)

please let me know if such an option exists or even if it is planned!

Thanks for this extension! Janusz

ashwoods commented 9 years ago

The default Task doesn't delete the local file, and you can access it directly by using the local storage by hand.