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",