Skip to content

Commit

Permalink
Maintenance: Fixes #433 admin docs. Added environment variable for S3…
Browse files Browse the repository at this point in the history
… (backport)
  • Loading branch information
ralf401 committed Dec 13, 2023
1 parent 97ecac7 commit c5749c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appendix/configure-env-vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </settings/system/storage.html>`
is described.

Format / example: ``https://key:secret@s3.eu-central-1.amazonaws.com/zammad-storage-bucket?region=eu-central-1&force_path_style=true``

0 comments on commit c5749c6

Please sign in to comment.