multica/server
yushen acba0b8139 fix(upload): clean up S3 objects when attachments are deleted
- Add Delete/DeleteKeys/KeyFromURL methods to S3Storage
- DeleteAttachment handler now removes the S3 object after DB delete
- DeleteComment collects attachment URLs before CASCADE, then cleans S3
- DeleteIssue collects all attachment URLs (issue + comment level) before CASCADE, then cleans S3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 16:34:47 +08:00
..
cmd fix(auth): enforce auth on daemon API routes (#224) 2026-03-31 16:13:58 +08:00
internal fix(upload): clean up S3 objects when attachments are deleted 2026-03-31 16:34:47 +08:00
migrations fix(auth): enforce auth on daemon API routes (#224) 2026-03-31 16:13:58 +08:00
pkg fix(upload): clean up S3 objects when attachments are deleted 2026-03-31 16:34:47 +08:00
go.mod fix(upload): add file type/size validation, Content-Disposition header 2026-03-31 14:55:27 +08:00
go.sum feat(upload): add file upload API with S3 + CloudFront signed cookies 2026-03-31 14:41:17 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00