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``