[PR #2] [MERGED] feat(oss): plugin storage support volcengine tos #7

Closed
opened 2026-02-16 09:18:54 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-cloud-kit/pull/2
Author: @quicksandznzn
Created: 5/29/2025
Status: Merged
Merged: 5/29/2025
Merged by: @41tair

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


📝 Commits (3)

  • 3dbf13a feat(oss): plugin storage support volcengine tos
  • c13b988 update readme
  • c566e17 update readme required fields

📊 Changes

7 files changed (+227 additions, -26 deletions)

View changed files

📝 README.md (+19 -17)
📝 go.mod (+3 -2)
📝 go.sum (+16 -0)
📝 oss/factory/factory.go (+5 -0)
📝 oss/oss.go (+25 -7)
oss/volcenginetos/tos.go (+146 -0)
📝 tests/oss/oss_test.go (+13 -0)

📄 Description

https://github.com/langgenius/dify-plugin-daemon/pull/316

test log

=== RUN   TestAll
--- PASS: TestAll (1.46s)
PASS

🔄 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-cloud-kit/pull/2 **Author:** [@quicksandznzn](https://github.com/quicksandznzn) **Created:** 5/29/2025 **Status:** ✅ Merged **Merged:** 5/29/2025 **Merged by:** [@41tair](https://github.com/41tair) **Base:** `main` ← **Head:** `feat/oss-support-volcengine-tos` --- ### 📝 Commits (3) - [`3dbf13a`](https://github.com/langgenius/dify-cloud-kit/commit/3dbf13a5cf19aa935a144c5c4674fb7682419b6d) feat(oss): plugin storage support volcengine tos - [`c13b988`](https://github.com/langgenius/dify-cloud-kit/commit/c13b9882f98aea11634caf36f8aa40fbf92c54c9) update readme - [`c566e17`](https://github.com/langgenius/dify-cloud-kit/commit/c566e174ebbfe7f10c3c3c6a05ef054e5ddac83e) update readme required fields ### 📊 Changes **7 files changed** (+227 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+19 -17) 📝 `go.mod` (+3 -2) 📝 `go.sum` (+16 -0) 📝 `oss/factory/factory.go` (+5 -0) 📝 `oss/oss.go` (+25 -7) ➕ `oss/volcenginetos/tos.go` (+146 -0) 📝 `tests/oss/oss_test.go` (+13 -0) </details> ### 📄 Description https://github.com/langgenius/dify-plugin-daemon/pull/316 test log ``` === RUN TestAll --- PASS: TestAll (1.46s) PASS ``` --- <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 09:18:54 -05:00
yindo closed this issue 2026-02-16 09:18:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-cloud-kit#7