[PR #3690] feat: add aliyun oss storage #24233

Closed
opened 2026-02-21 20:22:37 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/3690

State: closed
Merged: Yes


Description

Use Aliyun oss to store files, need oss2>=2.15.0 library.

Type of Change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  1. use my Aliyun ram account's token(AK/SK), create a private read/write bucket, grant full control permission to my ram account;
  2. start API & Web server locally, use Milvus/Redis/Postgresql in My Environment;
  3. create a knowledge repository, and upload some PDFs.

results: Upload success/Content vector successfully obtained/Chat success in RAG.

**Original Pull Request:** https://github.com/langgenius/dify/pull/3690 **State:** closed **Merged:** Yes --- # Description Use Aliyun oss to store files, need oss2>=2.15.0 library. ## Type of Change - [ ] New feature (non-breaking change which adds functionality) # How Has This Been Tested? 1. use my Aliyun ram account's token(AK/SK), create a private read/write bucket, grant full control permission to my ram account; 2. start API & Web server locally, use Milvus/Redis/Postgresql in My Environment; 3. create a knowledge repository, and upload some PDFs. results: Upload success/Content vector successfully obtained/Chat success in RAG.
yindo added the pull-request label 2026-02-21 20:22:37 -05:00
yindo closed this issue 2026-02-21 20:22:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#24233