docs: add RustFS configuration documentation for S3 storage - #932
docs: add RustFS configuration documentation for S3 storage#932majinghe wants to merge 1 commit into
Conversation
Add RustFS as a supported S3-compatible storage option: 1. Update S3_ENDPOINT description to mention RustFS alongside MinIO 2. Add configuration tip with RustFS-specific settings: - S3 API port (9000 vs 9001 console port) - S3_ADDRESS_STYLE=path requirement - Complete configuration example RustFS has been verified to work with Dify's S3 storage backend.
There was a problem hiding this comment.
Pull request overview
Documents RustFS as an S3-compatible storage option for Dify self-hosted deployments by updating the S3 environment variable reference and adding RustFS-specific configuration guidance.
Changes:
- Updated
S3_ENDPOINTdescription to include RustFS as an example of an S3-compatible service. - Added a RustFS-specific
<Tip>under the S3 storage accordion with port/addressing-style guidance and a full.envexample.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| <Tip> | ||
| **RustFS Configuration** | ||
|
|
||
| When using [RustFS](https://rustfs.com/) as your S3-compatible storage: | ||
|
|
|
@majinghe Thanks for the contribution. The environment variable reference documents Dify's own configuration surface, and we keep vendor-specific setup guidance out of it. The generic S3 variables ( If RustFS publishes a "use with Dify" guide on its side, the generic variables documented here should be everything it needs. Closing this PR, and thanks again for taking the time. |
Description
RustFS is a S3-compatible object storage, and adding RustFS as a documented S3-compatible storage option for Dify self-hosted deployments.
Changes
RustFS Configuration Details
The documentation includes important notes for RustFS users:
S3_ADDRESS_STYLE=pathfor proper bucket addressingConfiguration Example