chibisov / django-proxy-storage

Provides simple Django storage that proxies every operation to original storage and saves meta information about files to database
http://chibisov.github.io/django-proxy-storage/docs
40 stars 11 forks source link

Strange get_original_storage_full_path logic #8

Open pahaz opened 8 years ago

pahaz commented 8 years ago

https://github.com/chibisov/django-proxy-storage/blob/e387cab9190d0a788cc15a87b2cc242919cb5bde/proxy_storage/storages/base.py#L61-L66

path -- Returns a local filesystem path where the file can be retrieved using Python's built-in open() function.

This is not a good solution for meta_backend path.

pahaz commented 8 years ago

this issue related with #7