Add archive storage path configuration
This commit is contained in:
@@ -3,6 +3,27 @@ workspace:
|
||||
|
||||
storage:
|
||||
backend: local
|
||||
s3:
|
||||
bucket: "my-dnd-archive"
|
||||
root_prefix: "dnd"
|
||||
region: "us-east-1"
|
||||
endpoint: ""
|
||||
force_path_style: false
|
||||
|
||||
spool:
|
||||
root: "/var/spool/narratio"
|
||||
delete_audio_after_archive: false
|
||||
|
||||
archive:
|
||||
enabled: true
|
||||
upload_run: true
|
||||
promote_artifacts:
|
||||
- from: "transcripts/trimmed.json"
|
||||
to: "transcripts/trimmed.json"
|
||||
required: true
|
||||
- from: "artifacts/session_recap.md"
|
||||
to: "artifacts/session_recap.md"
|
||||
required: true
|
||||
|
||||
secrets:
|
||||
# Optional: load environment variables from files in this directory.
|
||||
|
||||
Reference in New Issue
Block a user