mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #625] [MERGED] feat: s3 attachment add delete #663
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#663
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/625
Author: @dreamhunter2333
Created: 4/7/2025
Status: ✅ Merged
Merged: 4/7/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
292ac45feat: s3 attachment add delete📊 Changes
4 files changed (+51 additions, -1 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
frontend/src/views/index/Attachment.vue(+35 -0)📝
worker/src/mails_api/index.ts(+1 -0)📝
worker/src/mails_api/s3_attachment.ts(+14 -1)📄 Description
User description
#624
PR Type
enhancement
Description
Added delete functionality for S3 attachments.
Integrated delete confirmation dialog in the frontend.
Updated API to handle S3 delete requests.
Documented new feature in the changelog.
Changes walkthrough 📝
Attachment.vue
Add delete button and confirmation dialogfrontend/src/views/index/Attachment.vue
index.ts
Add delete endpoint for S3 attachmentsworker/src/mails_api/index.ts
s3_attachment.ts
Implement deleteKey function for S3 objectsworker/src/mails_api/s3_attachment.ts
CHANGELOG.md
Document S3 attachment delete featureCHANGELOG.md
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.