docs: bucket deletion cascades — update limitation comments#139
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Søren Bramer Schmidt <sorenbs@gmail.com>
commit: |
wmadden
approved these changes
Jul 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.
Linked issue
n/a — small change
Summary
The Management API is gaining cascade semantics for bucket deletion (a bucket is deleted together with its objects, matching database deletion) via an in-flight pdp-control-plane change. This updates the two comments that documented the old "non-empty bucket delete returns 500" limitation: the
Bucketprovider's delete hook now documents the cascade contract, and the e2e verify's cleanup DELETE is re-justified as CRUD-round-trip coverage rather than a destroy prerequisite.Merge after the control-plane cascade change deploys — until then the old limitation still holds in production.
Testing performed
pnpm turbo typecheck --filter @internal/loweringclean locally.Checklist
git commit -s) per the DCO. The DCO status check will block merge if any commit is missing aSigned-off-by:trailer.feat,fix,chore,docs,refactor,test,build) — PR titles drive the auto-generated release notes.n/aif the change is doc-only / refactor with no behavioural delta). — n/a, comment-only.🤖 Generated with Claude Code