Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Filebrowser: Recycle Bin

オープン
#156 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
静か
技術スタック
aws, typescript
領域
backend, cloud

調査の方向性

まず Filebrowser のエントリーポイントと既存のストレージ削除フローを特定します。この issue ではファイルもテストも指定されていません。実装を、バージョニング、ゴミ箱レコード、保持、ライフサイクル、パージの要件と比較し、復元、完全削除、保持、監視の動作が定義され、カバーされている場合にのみ作業完了とみなします。

索引モデルが issue の本文から書いたものです。

説明

priority/low

Add a central management spot for restoring or finally deleting files and folders.

Recommended setup

  1. Enable bucket versioning on the storage bucket.

  2. On delete, create an app-level trash record and optionally a delete marker by deleting the current version.

  3. Keep noncurrent versions for a fixed retention window with lifecycle rules.

  4. Optionally move older trash data to cheaper storage classes before final purge, if restore speed requirements allow it.

  5. 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.

主要言語
TypeScript
スター
1
フォーク
0
平均マージ
22時間 6分
マージ済み PR(30日)
12

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

stackabletech/cockpit のほかの issue

stackabletech/cockpit の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。