[PR #103] [CLOSED] feat(storage): add aliyun OSS storage support #313

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/103
Author: @zzsure
Created: 3/12/2025
Status: Closed

Base: mainHead: feat/add-alioss-storage


📝 Commits (3)

  • 013207b feat(storage): add aliyun OSS storage support
  • c47ea34 Resolve the issue where plugins fail to load from Aliyun OSS when the service is restarted
  • 3b9e409 fix: resolve merge conflicts with upstream/main

📊 Changes

6 files changed (+206 additions, -9 deletions)

View changed files

📝 .env.example (+7 -1)
📝 go.mod (+2 -0)
📝 go.sum (+4 -0)
internal/oss/alioss/alioss_storage.go (+150 -0)
📝 internal/server/server.go (+12 -0)
📝 internal/types/app/config.go (+31 -8)

📄 Description

  1. Added Alibaba Cloud OSS storage support
  2. Extended the configuration system to support OSS configuration parameters

🔄 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/103 **Author:** [@zzsure](https://github.com/zzsure) **Created:** 3/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-alioss-storage` --- ### 📝 Commits (3) - [`013207b`](https://github.com/langgenius/dify-plugin-daemon/commit/013207bbb63335f409b3fc0b993836a287830387) feat(storage): add aliyun OSS storage support - [`c47ea34`](https://github.com/langgenius/dify-plugin-daemon/commit/c47ea3435824ff4557f0ea662355ea05ee9de052) Resolve the issue where plugins fail to load from Aliyun OSS when the service is restarted - [`3b9e409`](https://github.com/langgenius/dify-plugin-daemon/commit/3b9e4091e9ae6212e6b86b9daf309657eb2159d1) fix: resolve merge conflicts with upstream/main ### 📊 Changes **6 files changed** (+206 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+7 -1) 📝 `go.mod` (+2 -0) 📝 `go.sum` (+4 -0) ➕ `internal/oss/alioss/alioss_storage.go` (+150 -0) 📝 `internal/server/server.go` (+12 -0) 📝 `internal/types/app/config.go` (+31 -8) </details> ### 📄 Description 1. Added Alibaba Cloud OSS storage support 2. Extended the configuration system to support OSS configuration parameters --- <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#313