stackabletech / stackabletech/cockpit
Filebrowser: Recycle Bin
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- Avg merge
- 22h 6m
- Merged PRs (30d)
- 12
Description
Add a central management spot for restoring or finally deleting files and folders.
Recommended setup
-
Enable bucket versioning on the storage bucket.
-
On delete, create an app-level trash record and optionally a delete marker by deleting the current version.
-
Keep noncurrent versions for a fixed retention window with lifecycle rules.
-
Optionally move older trash data to cheaper storage classes before final purge, if restore speed requirements allow it.
-
Periodically purge expired trash and monitor noncurrent-version bytes with Storage Lens.
When this becomes expensive
It gets costly when your objects are large, deletions are frequent, and retention is long. It also gets expensive when users repeatedly overwrite the same keys, because every overwrite creates another billable version unless you expire old ones. If you replicate versions for disaster recovery, multiply that storage footprint across regions.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Filebrowser entry point and the existing storage deletion flow; the issue names no files or tests. Compare the implementation with the versioning, trash-record, retention, lifecycle, and purge requirements, and consider the work done only when restore, permanent deletion, retention, and monitoring behavior are defined and covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, typescript
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100