Skip to main content

Filesystem Archive

Below is an example of a FarEarth Archive configuration, for local storage.

{
"id": "fs-archive-0",
"protocol": "filesystem",
"accessModes": ["PULL"],
"properties": {
"storeDirectory": "cache/blob/archive"
}
}

The required properties for the local file system protocol are:

FieldDetails
storeDirectoryPath to local storage directly accessible by the FarEarth service.
note

This configuration is typically used on self-hosted bundled deployments, where the FarEarth *instance is packaged as a single executable