[PR #97] [MERGED] feat: oss support tencent cos #310

Closed
opened 2026-02-16 01:15:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/97
Author: @quicksandznzn
Created: 3/11/2025
Status: Merged
Merged: 3/20/2025
Merged by: @Yeuoly

Base: mainHead: main


📝 Commits (1)

  • d3db63e feat: oss support tencent cos

📊 Changes

6 files changed (+193 additions, -5 deletions)

View changed files

📝 .env.example (+5 -0)
📝 go.mod (+5 -2)
📝 go.sum (+17 -2)
internal/oss/tencent_cos/tencent_cos_storage.go (+151 -0)
📝 internal/server/server.go (+10 -0)
📝 internal/types/app/config.go (+5 -1)

📄 Description

image image image image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugin-daemon/pull/97 **Author:** [@quicksandznzn](https://github.com/quicksandznzn) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/20/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`d3db63e`](https://github.com/langgenius/dify-plugin-daemon/commit/d3db63ea687437f985b5e11034830cf40a1ca348) feat: oss support tencent cos ### 📊 Changes **6 files changed** (+193 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+5 -0) 📝 `go.mod` (+5 -2) 📝 `go.sum` (+17 -2) ➕ `internal/oss/tencent_cos/tencent_cos_storage.go` (+151 -0) 📝 `internal/server/server.go` (+10 -0) 📝 `internal/types/app/config.go` (+5 -1) </details> ### 📄 Description <img width="1455" alt="image" src="https://github.com/user-attachments/assets/d4c05b11-9dda-4706-ad0e-bc3748c1341f" /> <img width="934" alt="image" src="https://github.com/user-attachments/assets/ae15e05f-9ce7-4fcf-bc35-ad23865bcc30" /> <img width="750" alt="image" src="https://github.com/user-attachments/assets/620a5893-19ef-4e80-beb8-030814a78c29" /> <img width="847" alt="image" src="https://github.com/user-attachments/assets/748dcf48-af8d-47a4-9a62-43f9c343ab0f" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:15:30 -05:00
yindo closed this issue 2026-02-16 01:15:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#310