|
Description |
A directory in the file system |
|---|---|
|
Type |
file |
|
Category |
File |
Configuration in States
The Directory File Store can be configured directly in the States interface via the Data Stores module. The following configuration mode is available:
Parameters
|
Name |
Description |
Mandatory |
Default |
Comment |
|---|---|---|---|---|
|
Base Path |
The base path of the directory on the file system |
True |
— |
The path must be accessible from the Worker's deployment location |
Local Configuration
The local configuration is defined in a JSON file (stores.json) deployed directly on the Workers' server. A locally configured store takes priority over a store with the same name configured in the States interface.
|
Name |
Description |
Type |
Mandatory |
Comment |
|---|---|---|---|---|
|
BasePath |
The base path of the file store |
string |
True |
|
JSON
{
"Name": "extract",
"Type": "file",
"HealthCheck": true,
"Config": {
"BasePath": "/mnt/stash/extracts/"
}
}