From 53f2f9962eac9bd0111aa0232da3b2f012f9df92 Mon Sep 17 00:00:00 2001 From: Julius Knorr Date: Mon, 16 Dec 2024 15:55:16 +0100 Subject: [PATCH] docs(s3): Fix external storage config --- docs/services/s3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/services/s3.md b/docs/services/s3.md index f8b1270..dd41eae 100644 --- a/docs/services/s3.md +++ b/docs/services/s3.md @@ -23,10 +23,10 @@ External storage can be configured in the Nextcloud admin settings. This is an e - Bucket: `nc-external` - Authentication: `Access Key` - Hostname: `minio` -- Port: `9001` +- Port: `9000` - Enable SSL: `No` - Enable Path Style: `Yes` -- Legacy (v2) Authentication: `Yes` +- Legacy (v2) Authentication: `No` - Access Key: `nextcloud` - Secret Key: `nextcloud`