[PR #316] [CLOSED] feat(oss): plugin storage support volcengine tos #442

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/316
Author: @quicksandznzn
Created: 5/28/2025
Status: Closed

Base: mainHead: feat/oss-support-volcengine-tos


📝 Commits (2)

📊 Changes

7 files changed (+180 additions, -1 deletions)

View changed files

📝 .env.example (+6 -0)
📝 go.mod (+1 -0)
📝 go.sum (+8 -0)
📝 internal/oss/type.go (+1 -0)
internal/oss/volcengine_tos/volcengine_tos_storage.go (+131 -0)
📝 internal/server/server.go (+9 -0)
📝 internal/types/app/config.go (+24 -1)

📄 Description

plugin storage type support volcengine tos

  1. PLUGIN_STORAGE_TYPE add volcengine_tos
  2. add volcengine_tos config
# volcengine tos
VOLCENGINE_TOS_ENDPOINT=
VOLCENGINE_TOS_ACCESS_KEY=
VOLCENGINE_TOS_SECRET_KEY=
VOLCENGINE_TOS_REGION=
  1. plugin daemon logs
    image

  2. volcengine_tos screenshot
    image
    image
    image

  3. dify screenshot
    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/316 **Author:** [@quicksandznzn](https://github.com/quicksandznzn) **Created:** 5/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/oss-support-volcengine-tos` --- ### 📝 Commits (2) - [`e8fe244`](https://github.com/langgenius/dify-plugin-daemon/commit/e8fe2441584d80116db47c769931a79f211adc7f) feat(oss): plugin support volcengine tos - [`376373b`](https://github.com/langgenius/dify-plugin-daemon/commit/376373b519aaea963fa12f5ea204ae77e2ade52c) maxkeys ### 📊 Changes **7 files changed** (+180 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+6 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+8 -0) 📝 `internal/oss/type.go` (+1 -0) ➕ `internal/oss/volcengine_tos/volcengine_tos_storage.go` (+131 -0) 📝 `internal/server/server.go` (+9 -0) 📝 `internal/types/app/config.go` (+24 -1) </details> ### 📄 Description ### plugin storage type support volcengine tos 1. `PLUGIN_STORAGE_TYPE` add `volcengine_tos` 2. add `volcengine_tos` config ``` # volcengine tos VOLCENGINE_TOS_ENDPOINT= VOLCENGINE_TOS_ACCESS_KEY= VOLCENGINE_TOS_SECRET_KEY= VOLCENGINE_TOS_REGION= ``` 3. plugin daemon logs <img width="1141" alt="image" src="https://github.com/user-attachments/assets/3480cce5-7b5d-4b29-bb5a-6a31e080dd81" /> 4. `volcengine_tos` screenshot <img width="1006" alt="image" src="https://github.com/user-attachments/assets/c5ea058c-611e-408e-b25f-173a89900e7f" /> <img width="1010" alt="image" src="https://github.com/user-attachments/assets/42f8f273-da8b-42ec-9f4d-98fc4da9b112" /> <img width="1025" alt="image" src="https://github.com/user-attachments/assets/a5a42727-f542-4af9-8584-131b681709c5" /> 5. dify screenshot <img width="1458" alt="image" src="https://github.com/user-attachments/assets/fb1f4df9-b06f-47d3-90d7-25c9ef67471b" /> --- <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:58 -05:00
yindo closed this issue 2026-02-16 01:15:58 -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#442