From 3a2b1a2efefd7e083fefe081d888df1a72663688 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 29 Jan 2025 10:28:36 +0100 Subject: [PATCH] fix space Signed-off-by: Simon L. --- Containers/nextcloud/config/s3.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/config/s3.config.php b/Containers/nextcloud/config/s3.config.php index b973fbc4..cd08f7fc 100644 --- a/Containers/nextcloud/config/s3.config.php +++ b/Containers/nextcloud/config/s3.config.php @@ -30,4 +30,4 @@ if (getenv('OBJECTSTORE_S3_BUCKET')) { if ($sse_c_key) { $CONFIG['objectstore']['arguments']['sse_c_key'] = $sse_c_key; } -} +}