[PR #237] [MERGED] feat: implement gcs storage #394

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/237
Author: @hiro-o918
Created: 4/22/2025
Status: Merged
Merged: 4/25/2025
Merged by: @Yeuoly

Base: mainHead: main


📝 Commits (1)

  • 60e79b5 feat: implement gcs storage

📊 Changes

8 files changed (+674 additions, -19 deletions)

View changed files

📝 go.mod (+48 -4)
📝 go.sum (+209 -13)
internal/oss/gcs/gcs_storage.go (+151 -0)
internal/oss/gcs/gcs_storage_test.go (+223 -0)
internal/oss/gcs/main_test.go (+34 -0)
📝 internal/oss/type.go (+1 -0)
📝 internal/server/server.go (+6 -0)
📝 internal/types/app/config.go (+2 -2)

📄 Description

  • Add storage based on GCS

🔄 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/237 **Author:** [@hiro-o918](https://github.com/hiro-o918) **Created:** 4/22/2025 **Status:** ✅ Merged **Merged:** 4/25/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`60e79b5`](https://github.com/langgenius/dify-plugin-daemon/commit/60e79b5e5ea789de13aef5665140460d4fa1e4dd) feat: implement gcs storage ### 📊 Changes **8 files changed** (+674 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+48 -4) 📝 `go.sum` (+209 -13) ➕ `internal/oss/gcs/gcs_storage.go` (+151 -0) ➕ `internal/oss/gcs/gcs_storage_test.go` (+223 -0) ➕ `internal/oss/gcs/main_test.go` (+34 -0) 📝 `internal/oss/type.go` (+1 -0) 📝 `internal/server/server.go` (+6 -0) 📝 `internal/types/app/config.go` (+2 -2) </details> ### 📄 Description * Add storage based on GCS --- <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:50 -05:00
yindo closed this issue 2026-02-16 01:15:50 -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#394