Add optional S3 backup sync and Settings page#10
Merged
Merged
Conversation
S3 sync module that automatically uploads changed .seam/ files to S3 after every mutation (people CRUD, pending speakers, recording actions, speaker assignment, deletions) and after pipeline completion. Fully optional — no-op when S3_BUCKET is not configured. Settings page at /settings for configuring Pocket API key and S3 backup (bucket, prefix, AWS profile) with test connection and manual sync buttons. First-run detection banner on home page when API key is missing. Uses @aws-sdk/client-s3 standard credential chain (env vars, shared credentials, SSO, IAM roles). Debounced uploads (300ms) to batch rapid mutations.
Track apiKeyEdited flag instead of comparing against the masked value from the server. Only includes pocketApiKey in save payload when the user actually edited the field. Prevents accidentally sending the masked string back to the server.
1 task
yoaquim
added a commit
that referenced
this pull request
Apr 27, 2026
## Summary - Rebuilds `docs/landing/` from `landing/` source to deploy the S3 backup capability added in #10 ## Test plan - [ ] Verify "Optional S3 backup & sync" appears in the capabilities marquee on the live site after merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
server/s3.ts) — automatically uploads changed.seam/files to S3 after every mutation and pipeline completion. Fully optional — no-op whenS3_BUCKETis not configured./settings) — configure Pocket API key and S3 backup (bucket, prefix, AWS profile) with test connection and manual sync buttons.POCKET_API_KEYis missing, linking to Settings.@aws-sdk/client-s3standard credential chain (env vars,~/.aws/credentials, SSO, IAM roles). Debounced uploads (300ms) batch rapid mutations..env.example,CLAUDE.md.Test plan
npm test— all 134 tests pass (83 TS + 51 Python)npm run lint— 0 errorsnpm run format:check— cleanPOCKET_API_KEY→ first-run banner appears, links to /settings