From 5dbdeb85003a9e2f1ec7afccc2d75b0547bac1ba Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Thu, 9 Apr 2026 11:51:28 +0200 Subject: [PATCH] fix(s3): adjust rustfs setup documentation - some labels have changed in files_external 1.25.1 -> 1.26.0, had trouble finding them Signed-off-by: Maksim Sukharev --- docs/services/s3.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/services/s3.md b/docs/services/s3.md index 3aef865..affa5eb 100644 --- a/docs/services/s3.md +++ b/docs/services/s3.md @@ -27,15 +27,20 @@ PRIMARY=rustfs docker compose up nextcloud rustfs ### External object storage -External storage can be configured in the Nextcloud admin settings. This is an example configuration for the `nc-external` bucket, buckets will be autocreated so you can name any bucket you like: +External storage can be configured in the Nextcloud admin settings (configuration labels may depend on app version). +This is an example configuration for the `nc-external` bucket, buckets will be automatically created so you can name any bucket you like: +General: +- External storage: `S3 Storage` +- Authentication: `Static credentials` / `Access Key` +Storage configuration: - Bucket: `nc-external` -- Authentication: `Access Key` - Hostname: `rustfs` - Port: `9000` - Enable SSL: `No` - Enable Path Style: `Yes` -- Legacy (v2) Authentication: `No` +- Use Legacy S3 signing (v2) / Legacy (v2) Authentication: `No` +Authentication: - Access Key: `nextcloud` - Secret Key: `nextcloud`