fix: implement get_object_torrent to return 404 NoSuchKey (#1575)

Signed-off-by: 安正超 <anzhengchao@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
安正超
2026-01-21 21:49:22 +08:00
committed by GitHub
parent 0320508f8d
commit 87ead2bea3
4 changed files with 10 additions and 1 deletions
+1
View File
@@ -98,3 +98,4 @@ Do not commit secrets or cloud credentials; prefer environment variables or vaul
- NEVER create files unless they're absolutely necessary for achieving your goal
- ALWAYS prefer editing an existing file to creating a new one
- NEVER proactively create documentation files (*.md) or README files unless explicitly requested
- NEVER commit PR description files (e.g., PR_DESCRIPTION.md): These are temporary reference files for creating pull requests and should remain local only