From b8f1950c16a169f3440f3a70dc0b44205db23104 Mon Sep 17 00:00:00 2001 From: Patrick Deniso Date: Fri, 7 Feb 2025 12:38:02 -0500 Subject: [PATCH] add s3_key_prefix item --- docs/getting-started/env-configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index b319c45..dd2543b 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -2021,6 +2021,11 @@ These variables are not specific to Open WebUI but can still be valuable in cert - Type: `str` - Description: Sets the endpoint URL for S3 storage. +#### `S3_KEY_PREFIX` + +- Type: `str` +- Description: Sets the key prefix for a S3 object. + #### `S3_REGION_NAME` - Type: `str`