From c1efe0a13b902ea50339c61a7f3a3c62fab8d240 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Wed, 18 Dec 2024 14:35:02 +0100 Subject: [PATCH] add example setting for scw s3 --- doc/sysadmin-guide.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/sysadmin-guide.rst b/doc/sysadmin-guide.rst index 1700462..07e7b82 100644 --- a/doc/sysadmin-guide.rst +++ b/doc/sysadmin-guide.rst @@ -138,6 +138,14 @@ By default, uploaded files are stored in the `uploads/` folder that is mounted o To use S3 storage, set `ELAB_AWS_ACCESS_KEY` and `ELAB_AWS_SECRET_KEY` in your config file. You can use `bin/console uploads:migrate` to migrate existing locally uploaded files to S3 storage. +Example setting with Scaleway S3: + +* Bucket name: elabftw-example +* S3 region: fr-par +* S3 endpoint: https://s3.fr-par.scw.cloud +* S3 path prefix: uploads +* Verify TLS certificate: enabled + Set up a cronjob to renew TLS certificates :sup:`(optional)` =============================================================