From 80dab431a03ef286b993781bcfc127f0007e1950 Mon Sep 17 00:00:00 2001 From: Ralf Schmid Date: Wed, 13 Dec 2023 14:09:39 +0100 Subject: [PATCH] Maintenance: Fixes #433 admin docs. Added environment variable for S3. --- appendix/configure-env-vars.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appendix/configure-env-vars.rst b/appendix/configure-env-vars.rst index bccc5645..0d3553ba 100644 --- a/appendix/configure-env-vars.rst +++ b/appendix/configure-env-vars.rst @@ -256,3 +256,13 @@ MEMCACHE_SERVERS Memcached allows you to restrict the maximum size Zammad may store as cache. This comes in handy in terms of performance and keeping caching files small. ``1 GB`` should be a reasonable size. + +Storage Options +=============== + +S3_URL + Allows you to provide your S3 configuration. Please have a look in our admin + documentation, where the :admin-docs:`setup of S3 storage ` + is described. + + Format / example: ``https://key:secret@s3.eu-central-1.amazonaws.com/zammad-storage-bucket?region=eu-central-1&force_path_style=true``