feat(blog): add post on multi-rule lifecycle and prefix filters#392
feat(blog): add post on multi-rule lifecycle and prefix filters#392garrensmith wants to merge 1 commit intomainfrom
Conversation
walks through the new lifecycle rule support: multiple rules per bucket, prefix filtering, and mixing transitions and expirations. uses three worked examples (logs, multi-tenant bucket, ml pipeline) and notes that tag-based filtering is still on the roadmap. Assisted-by: Claude Opus 4.7 via Claude Code
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c10bddf. Configure here.
| </> | ||
| <>old bytes drift away.</> | ||
| </p> | ||
| } |
There was a problem hiding this comment.
JSX passed as subtitle creates nested invalid p tags
Medium Severity
The InlineCta component declares subtitle as type string and renders it inside a <p> tag (<p>{subtitle}</p>). This blog post passes a JSX <p> element as subtitle, producing invalid nested <p><p>...</p></p> HTML. Browsers handle this by auto-closing the outer <p>, breaking the CTA layout. Every other InlineCta usage in the blog passes a plain string for subtitle.
Reviewed by Cursor Bugbot for commit c10bddf. Configure here.


Summary
Test plan
Note
Low Risk
Low risk: adds a new MDX blog post only, with no changes to product code paths.
Overview
Announces and documents the new Tigris lifecycle configuration capabilities—multiple rules per bucket and
Filter.Prefix-scoped rules—including examples that mix transitions and expirations across different key prefixes.Adds a scheduled (2026-05-14) blog post with worked JSON configs and CTAs, and notes the current limitation that filtering is prefix-only (no tag-based filters yet).
Reviewed by Cursor Bugbot for commit c10bddf. Bugbot is set up for automated code reviews on this repo. Configure here.