[PR #135] [MERGED] make pathStyle param configurable when using s3 compatible storage #328

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugin-daemon/pull/135
Author: @AkisAya
Created: 3/22/2025
Status: Merged
Merged: 3/28/2025
Merged by: @Yeuoly

Base: mainHead: feat/enhance-s3-compatible


📝 Commits (2)

  • 038f152 make pathStyle param configurable when using s3 compatible storage
  • a6e7380 remove S3_BUCKET_NAME in env.example & fix some logs

📊 Changes

6 files changed (+14 additions, -12 deletions)

View changed files

📝 .env.example (+1 -1)
📝 cmd/server/main.go (+1 -1)
📝 internal/oss/s3/s3_storage.go (+2 -2)
📝 internal/server/server.go (+1 -0)
📝 internal/types/app/config.go (+8 -7)
📝 internal/utils/log/log.go (+1 -1)

📄 Description

#134
make pathSytle param of s3 compatible storage services configurable


🔄 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/135 **Author:** [@AkisAya](https://github.com/AkisAya) **Created:** 3/22/2025 **Status:** ✅ Merged **Merged:** 3/28/2025 **Merged by:** [@Yeuoly](https://github.com/Yeuoly) **Base:** `main` ← **Head:** `feat/enhance-s3-compatible` --- ### 📝 Commits (2) - [`038f152`](https://github.com/langgenius/dify-plugin-daemon/commit/038f1527693ca806fd367ea3aa801ba108c5c7dc) make pathStyle param configurable when using s3 compatible storage - [`a6e7380`](https://github.com/langgenius/dify-plugin-daemon/commit/a6e73807f132da3ee433192403f4a6711ee5b73e) remove S3_BUCKET_NAME in env.example & fix some logs ### 📊 Changes **6 files changed** (+14 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -1) 📝 `cmd/server/main.go` (+1 -1) 📝 `internal/oss/s3/s3_storage.go` (+2 -2) 📝 `internal/server/server.go` (+1 -0) 📝 `internal/types/app/config.go` (+8 -7) 📝 `internal/utils/log/log.go` (+1 -1) </details> ### 📄 Description #134 make pathSytle param of s3 compatible storage services configurable --- <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:34 -05:00
yindo closed this issue 2026-02-16 01:15:34 -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#328