Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance: Fixes #433 admin docs. Added environment variable for S3. #406

Merged
merged 1 commit into from
Dec 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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``