Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 829 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 829 Bytes

guillotina_localstorage

Build Status PyPI version Codcov

Local FS storage support for Guillotina.

Example

Example config.json entry:

{
    "applications": [
        "...",
        "guillotina_localstorage"
    ],
    "storage": {"upload_folder": "/tmp"}
}

This library uses aiofiles