From da982dc3dd184349529c05746dc2ae4084105448 Mon Sep 17 00:00:00 2001 From: Knirps1 <52383078+Knirps1@users.noreply.github.com> Date: Sat, 14 Mar 2026 12:55:11 +0100 Subject: [PATCH] Fix table for s3 backup in docs (#11512) --- docs/docs/start/config.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/docs/start/config.md b/docs/docs/start/config.md index a9ca613347..13f8976c5a 100644 --- a/docs/docs/start/config.md +++ b/docs/docs/start/config.md @@ -401,14 +401,10 @@ It is also possible to use alternative storage backends for static and media fil | Environment Variable | Configuration File | Description | Default | | --- | --- | --- | --- | | INVENTREE_S3_ACCESS_KEY | storage.s3.access_key | Access key | *Not specified* | -| INVENTREE_S3_SECRET_KEY | storage.s3.secret_key | Secret key | -| *Not specified* | -| INVENTREE_S3_BUCKET_NAME | storage.s3.bucket_name | Bucket name, required by most providers | -| *Not specified* | -| INVENTREE_S3_REGION_NAME | storage.s3.region_name | S3 region name | -| *Not specified* | -| INVENTREE_S3_ENDPOINT_URL | storage.s3.endpoint_url | Custom S3 endpoint URL, defaults to AWS endpoints if not set | -| *Not specified* | +| INVENTREE_S3_SECRET_KEY | storage.s3.secret_key | Secret key | *Not specified* | +| INVENTREE_S3_BUCKET_NAME | storage.s3.bucket_name | Bucket name, required by most providers | *Not specified* | +| INVENTREE_S3_REGION_NAME | storage.s3.region_name | S3 region name | *Not specified* | +| INVENTREE_S3_ENDPOINT_URL | storage.s3.endpoint_url | Custom S3 endpoint URL, defaults to AWS endpoints if not set | *Not specified* | | INVENTREE_S3_LOCATION | storage.s3.location | Sub-Location that should be used | inventree-server | | INVENTREE_S3_DEFAULT_ACL | storage.s3.default_acl | Default ACL for uploaded files, defaults to provider default if not set | *Not specified* | | INVENTREE_S3_VERIFY_SSL | storage.s3.verify_ssl | Verify SSL certificate for S3 endpoint | True |