OS File System
The OS Filesystem is the easiest to set up and can be made very flexible. It uses OS-level mount points so that they are seamlessly stored over a shared network or on a local disk. This abstraction provided by the OS can be made even more powerful with various technologies like NFS, S3FS, etc.
To use the OS File System, no additional installations are needed.
Configuration
In the API configurations, the following configurations need to be set:
FS_URI = '/path/to/location'
Needs to be set to the location to store files in.