blobby-fs
v1.0.0
Published
A FileSystem storage client for Blobby
Downloads
21
Readme
blobby-fs
A FileSystem storage client for Blobby.
Options
# config/local.json5
{
storage: {
app: {
options: {
path: '/my/storage/path'
}
}
}
}
| Option | Type | Default | Desc | | --- | --- | --- | --- | | path | string | (required) | File system path to store files |