File Sources
A File Source in Bragi is a preconfigured folder path that can differ across environments.
When used in Load or Code configs, Bragi automatically selects the correct directory based on the active environment.
This lets you separate Develop, Test, and Production file locations.
Base File Source Settings

Field | Description |
|---|---|
Friendly Name | Descriptive name for the file source. |
Code | Short identifier. |
Per-Environment Settings
Typically, you define three File Sources, one for each environment (Develop, Test, Production):
Field | Description |
|---|---|
Environment Name | Target environment for this file path. |
Type | The storage type used for the file source (e.g. Local, Network Share, S3, Azure Blob). This determines how Bragi connects to the location. |
Directory | The actual folder path for the environment. For example: C:\Bragi\DevFiles\, /mnt/test/files/, or s3://my-bucket/prod/. |