[PR #172] [MERGED] feat(storage): add azure blob storage support #345

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/172
Author: @te-chan
Created: 4/3/2025
Status: Merged
Merged: 4/8/2025
Merged by: @Yeuoly

Base: mainHead: feat/azure-blob-storage


📝 Commits (3)

  • 2f84673 feat: Add Azure blob storage connectivity
  • 74e3a15 fix: azure blob oss doesnt remove prefix
  • 05e03e5 fix: incorrect environment variable name

📊 Changes

7 files changed (+170 additions, -11 deletions)

View changed files

📝 .env.example (+4 -0)
📝 go.mod (+7 -3)
📝 go.sum (+14 -5)
internal/oss/azure/blob_storage.go (+122 -0)
📝 internal/oss/type.go (+3 -2)
📝 internal/server/server.go (+6 -0)
📝 internal/types/app/config.go (+14 -1)

📄 Description

Hi, I’ve added Azure Blob Storage support.
I tested this storage type locally with Dify version 1.1.3.

There were no issues with adding, removing, or listing plugins.
Also, everything worked correctly even after restarting or deleting the container and volume.

I can update dify-docs if needed.


🔄 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/172 **Author:** [@te-chan](https://github.com/te-chan) **Created:** 4/3/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `feat/azure-blob-storage` --- ### 📝 Commits (3) - [`2f84673`](https://github.com/langgenius/dify-plugin-daemon/commit/2f84673539188083660ce5fd73cbb9d97f333a33) feat: Add Azure blob storage connectivity - [`74e3a15`](https://github.com/langgenius/dify-plugin-daemon/commit/74e3a15d72ad59fcda4e135de2c1af5319bd7819) fix: azure blob oss doesnt remove prefix - [`05e03e5`](https://github.com/langgenius/dify-plugin-daemon/commit/05e03e5de3ea637f1f9a0030b7b4888e05b2a7da) fix: incorrect environment variable name ### 📊 Changes **7 files changed** (+170 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+4 -0) 📝 `go.mod` (+7 -3) 📝 `go.sum` (+14 -5) ➕ `internal/oss/azure/blob_storage.go` (+122 -0) 📝 `internal/oss/type.go` (+3 -2) 📝 `internal/server/server.go` (+6 -0) 📝 `internal/types/app/config.go` (+14 -1) </details> ### 📄 Description Hi, I’ve added Azure Blob Storage support. I tested this storage type locally with Dify version 1.1.3. There were no issues with adding, removing, or listing plugins. Also, everything worked correctly even after restarting or deleting the container and volume. I can update dify-docs if needed. --- <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:39 -05:00
yindo closed this issue 2026-02-16 01:15:39 -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#345