Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / server / VFSConfig

Interface: VFSConfig

Defined in: packages/fireflow-vfs/src/config.ts:14

VFS Configuration

Properties

enabled

enabled: boolean

Defined in: packages/fireflow-vfs/src/config.ts:16

Whether VFS is enabled


lakefs

lakefs: object

Defined in: packages/fireflow-vfs/src/config.ts:18

LakeFS configuration

accessKeyId

accessKeyId: string

Access key ID

endpoint

endpoint: string

LakeFS API endpoint

secretAccessKey

secretAccessKey: string

Secret access key


s3?

optional s3: object

Defined in: packages/fireflow-vfs/src/config.ts:27

S3 configuration (for direct access if needed)

bucket

bucket: string

Bucket name

endpoint

endpoint: string

S3-compatible endpoint

Licensed under BUSL-1.1