-
Notifications
You must be signed in to change notification settings - Fork 236
Description
Self Checks
To make sure we get to you in time, please check the following :)
- I have searched for existing issues search for existing issues, including closed ones.
- I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- "Please do not modify this template :) and fill in all the required fields."
Is your feature request related to a problem? Please describe.
Currently, the main Dify project already supports Baidu BOS (Baidu Object Storage).
However, dify-plugin-daemon does not support Baidu BOS yet, which makes it inconsistent and prevents plugins from using the same storage option.
Describe the solution you'd like
Add Baidu BOS storage support in dify-plugin-daemon, aligned with the main Dify project.
Describe alternatives you've considered
Use other supported storage backends (e.g., S3, MinIO, etc.), but this breaks compatibility for users already using BOS in Dify core.
Additional context
Dify already has BOS support. It would be great to keep consistency between Dify and dify-plugin-daemon.