[PR #91] [CLOSED] future(code):Add support for Tencent Cloud File Storage Service. #308

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/91
Author: @warningrc
Created: 3/10/2025
Status: Closed

Base: mainHead: tencent-cos


📝 Commits (2)

  • b740518 future(code):Add support for Tencent Cloud File Storage Service.
  • 6aede1e fix(docs):Change Chinese comments to English comments.

📊 Changes

6 files changed (+170 additions, -1 deletions)

View changed files

📝 .env.example (+10 -0)
📝 go.mod (+4 -0)
📝 go.sum (+18 -0)
internal/oss/tencent/tencent_storage.go (+120 -0)
📝 internal/server/server.go (+10 -0)
📝 internal/types/app/config.go (+8 -1)

📄 Description

Add support for Tencent Cloud File Storage Service.

config:

PLUGIN_STORAGE_TYPE=tencent_cos
TENCENT_COS_BUCKET_NAME=xxxx-123456789
TENCENT_COS_SECRET_KEY=fadsjklfads9fadsjk32jkdcas98
TENCENT_COS_SECRET_ID=HKJbkjjkHKJbnkjKJbKHJhkjBVfuyoib
TENCENT_COS_REGION=ap-beijing
TENCENT_COS_SCHEME=https
TENCENT_COS_ROOT=dify


🔄 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/91 **Author:** [@warningrc](https://github.com/warningrc) **Created:** 3/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `tencent-cos` --- ### 📝 Commits (2) - [`b740518`](https://github.com/langgenius/dify-plugin-daemon/commit/b740518657df799dfea6d1275ac520645ec27441) future(code):Add support for Tencent Cloud File Storage Service. - [`6aede1e`](https://github.com/langgenius/dify-plugin-daemon/commit/6aede1e8f336d42760cbd065bfc0b318e9597737) fix(docs):Change Chinese comments to English comments. ### 📊 Changes **6 files changed** (+170 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+10 -0) 📝 `go.mod` (+4 -0) 📝 `go.sum` (+18 -0) ➕ `internal/oss/tencent/tencent_storage.go` (+120 -0) 📝 `internal/server/server.go` (+10 -0) 📝 `internal/types/app/config.go` (+8 -1) </details> ### 📄 Description ## Add support for Tencent Cloud File Storage Service. config: ``` PLUGIN_STORAGE_TYPE=tencent_cos TENCENT_COS_BUCKET_NAME=xxxx-123456789 TENCENT_COS_SECRET_KEY=fadsjklfads9fadsjk32jkdcas98 TENCENT_COS_SECRET_ID=HKJbkjjkHKJbnkjKJbKHJhkjBVfuyoib TENCENT_COS_REGION=ap-beijing TENCENT_COS_SCHEME=https TENCENT_COS_ROOT=dify ``` --- <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:29 -05:00
yindo closed this issue 2026-02-16 01:15:29 -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#308