Category: FileSys Status: base
Connects to RustFS — a high-performance S3-compatible object storage server written in Rust. Supports browsing buckets and transferring files.
| Field | Default | Description |
|---|---|---|
| region | (empty) | Storage region |
| access | (empty) | Access key ID |
| secret | (empty) | Secret access key |
| bucket | (empty) | Bucket name |
| endpoint_url | (empty) | RustFS server endpoint (e.g. http://localhost:9000) |
| url | (empty) | Full URL (overrides above) |
Access key and secret key, same as AWS S3 credential format.