From a120d44185ad23bac8a895387f32339eead866fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattia=20M=C3=BCggler?= Date: Sun, 29 Dec 2024 18:13:09 +0100 Subject: [PATCH] docs: update S3 bucket name description (#712) * update s3 docs * Update s3.md --- docs/docs/setup/s3.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/setup/s3.md b/docs/docs/setup/s3.md index b705e46..e22b241 100644 --- a/docs/docs/setup/s3.md +++ b/docs/docs/setup/s3.md @@ -14,8 +14,8 @@ You can configure your S3 provider and bucket by going to the configuration page | Key | Description | Value | |:-----------|:-------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------| | enabled | This property enables the storage location on your configured S3 bucket. | `true` | -| endpoint | This property is the host from your S3 bucket. | `sos-ch-dk-2` | -| region | This property is the region where the bucket is located. | `sos-ch-dk-2.exo.io` | +| endpoint | The host for your S3 bucket. Endpoint formats vary by provider and some may include the bucket name in the FQDN. Ensure this is configured correctly, as an incorrect value may break some features. | `sos-ch-dk-2.exo.io` | +| region | This property is the region where the bucket is located. | `sos-ch-dk-2` | | bucketName | This property is the name of your S3 bucket. | `my-bucket` | | bucketPath | This property defines the folder where you want to store your files which are uploaded. Hint: Don't put a slash in the start or end. | `my/custom/path` (or leave it empty for root) | | key | This is the access key you need to access to your bucket. | `key-asdf` | @@ -29,4 +29,4 @@ Consider that ClamAV scans are not available at the moment if you store your fil ## ZIP -Creating ZIP archives is not currently supported if you store your files in an S3 bucket. \ No newline at end of file +Creating ZIP archives is not currently supported if you store your files in an S3 bucket.