inveniosoftware / invenio-files-rest

REST API for uploading/downloading files for Invenio.
https://invenio-files-rest.readthedocs.io
MIT License
9 stars 68 forks source link

refactor invenio-files-rest storage factory #159

Open krzysztof opened 7 years ago

krzysztof commented 7 years ago

Most of that code: https://github.com/inveniosoftware/invenio-files-rest/blob/5356812eb75e3d2a538fefddea7db7e256634609/invenio_files_rest/storage/pyfs.py#L151-L169

Should be factored-out of the storage factory, since it's specific to the way we write FileInstance objects to disk.