From fe9c3480928ba4cd7611e8ad579fadafb1a17e7f Mon Sep 17 00:00:00 2001 From: Eric Rakestraw Date: Sat, 16 May 2026 15:24:44 +0000 Subject: [PATCH] Document and review S3 archive workflow --- docs/s3-audio-input.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/s3-audio-input.md b/docs/s3-audio-input.md index 24867ac..38770ad 100644 --- a/docs/s3-audio-input.md +++ b/docs/s3-audio-input.md @@ -12,7 +12,6 @@ Implemented: Not implemented: -- archive uploads (run uploads, promotion uploads, current pointer writes) - spool cleanup/deletion behavior - uploads of failed runs @@ -75,8 +74,10 @@ These options are mutually exclusive with `inputs.audio_s3`. ## Archive Boundary -Current archive behavior remains unimplemented in this area: +Current archive behavior relevant to S3 audio input: -- no upload of source audio by default -- no upload of failed runs -- no `current/manifest.json` or `current/run_id.txt` writes +- successful runs are uploaded by archive under `runs/{run_id}/` +- configured promotions are uploaded to session-level destinations +- `current/manifest.json` and `current/run_id.txt` are published +- local source audio is not re-uploaded by default +- failed or incomplete runs are not uploaded