feat(infra): pass Blossom S3 config to Zooid with schema key prefix #69

Merged
hodlbod merged 1 commits from userAdityaa/caravel:s3-config into master 2026-05-13 15:47:08 +00:00
Contributor

Summary

  • Add optional BLOSSOM_S3_* environment variables for shared Blossom object storage.
  • When syncing a relay to Zooid, if Blossom is enabled and S3 env is fully configured, include blossom.adapter: "s3" and blossom.s3 (endpoint omitted when empty).
  • Set blossom.s3.key_prefix to the relay schema as requested.
  • Document env vars in backend/.env.template, backend/README.md, and backend/spec/infra.md.

closes #68

### Summary - Add optional `BLOSSOM_S3_*` environment variables for shared Blossom object storage. - When syncing a relay to Zooid, if Blossom is enabled and S3 env is fully configured, include `blossom.adapter: "s3"` and `blossom.s3` (endpoint omitted when empty). - Set `blossom.s3.key_prefix` to the relay `schema` as requested. - Document env vars in `backend/.env.template`, `backend/README.md`, and `backend/spec/infra.md`. closes #68
userAdityaa added 1 commit 2026-05-13 14:38:06 +00:00
hodlbod merged commit 3ed021214a into master 2026-05-13 15:47:08 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coracle/caravel#69