docs(studios): add S3 versioning guidance for checkpoint storage costs#1447
Open
ejseqera wants to merge 3 commits into
Open
docs(studios): add S3 versioning guidance for checkpoint storage costs#1447ejseqera wants to merge 3 commits into
ejseqera wants to merge 3 commits into
Conversation
Studios writes a checkpoint every five minutes to the same S3 key. When S3 versioning is enabled on the work bucket, each write creates a new object version rather than an overwrite, producing up to 96 non-current versions per day per active session. Add a new subsection under "Studio session checkpoints" that: - Explains the versioning interaction and its cost implications - Recommends an S3 Lifecycle rule (NoncurrentVersionExpiration: 1 day) with a ready-to-use JSON policy block and aws s3api CLI command - Provides a bulk-delete shell command for clearing existing accumulated non-current versions - Clarifies that non-current versions are safe to delete, while the current version and checkpoint directories must not be removed Changes applied to both platform-cloud and platform-enterprise docs.
✅ Deploy Preview for seqera-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
justinegeffen
approved these changes
May 21, 2026
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
### S3 versioning and checkpoint storage costssubsection under the existing checkpoint section explaining the interaction and providing actionable remediation steps.platform-cloudandplatform-enterprisedocs.Test plan
🤖 Generated with Claude Code