Skip to content

feat(blog): add post on multi-rule lifecycle and prefix filters#392

Open
garrensmith wants to merge 1 commit intomainfrom
garren/lifecycle-rules-prefix-filters
Open

feat(blog): add post on multi-rule lifecycle and prefix filters#392
garrensmith wants to merge 1 commit intomainfrom
garren/lifecycle-rules-prefix-filters

Conversation

@garrensmith
Copy link
Copy Markdown
Contributor

@garrensmith garrensmith commented May 7, 2026

Summary

  • New blog post walking through the multi-rule lifecycle update: multiple rules per bucket, prefix filtering, and mixing transitions and expirations on the same prefix.
  • Frames the feature with a Minecraft hopper-and-chest analogy and three worked examples (log retention tiers, multi-tenant bucket, ML training pipeline).
  • Notes the current limitation that filtering is prefix-only — tag-based filtering is called out as not-yet-shipped.
  • Scheduled for 2026-05-14. Hero image still TODO (placeholder comment in the file).

Test plan

  • `npm run dev` and visually inspect /blog/lifecycle-rules-prefix-filters
  • Confirm the link to the previous lifecycle-rules post resolves
  • Verify the JSON examples are valid and reflect the API in tigris-os-docs#449
  • Add hero image before merge

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.

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
@vercel
Copy link
Copy Markdown

vercel Bot commented May 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
blog Ready Ready Preview, Comment May 7, 2026 2:41pm
blog-redirect Ready Ready Preview, Comment May 7, 2026 2:41pm

Request Review

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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>
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c10bddf. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant