From 96ea7ae09c1d714250de100311811763562ce436 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 11 May 2021 02:10:00 +0200 Subject: [PATCH] root: allow configuration of s3 backup location Signed-off-by: Jens Langhammer --- authentik/root/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/authentik/root/settings.py b/authentik/root/settings.py index 747aa9fb1..bfa946b24 100644 --- a/authentik/root/settings.py +++ b/authentik/root/settings.py @@ -333,6 +333,7 @@ if CONFIG.y("postgresql.s3_backup"): "region_name": CONFIG.y("postgresql.s3_backup.region", "eu-central-1"), "default_acl": "private", "endpoint_url": CONFIG.y("postgresql.s3_backup.host"), + "location": CONFIG.y("postgresql.s3_backup.location", ""), } j_print( "Database backup to S3 is configured",