From ce3c59618b917b804b2c2ddef2eafd1b5a0a72b2 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 20 Nov 2025 21:44:46 +0100 Subject: [PATCH] s3-config: always use the nextcloud bundle for verification Signed-off-by: Simon L. --- Containers/nextcloud/config/s3.config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containers/nextcloud/config/s3.config.php b/Containers/nextcloud/config/s3.config.php index 04e606be..66e1476d 100644 --- a/Containers/nextcloud/config/s3.config.php +++ b/Containers/nextcloud/config/s3.config.php @@ -22,7 +22,8 @@ if (getenv('OBJECTSTORE_S3_BUCKET')) { // required for some non Amazon S3 implementations 'use_path_style' => strtolower($use_path) === 'true', // required for older protocol versions - 'legacy_auth' => strtolower($use_legacyauth) === 'true' + 'legacy_auth' => strtolower($use_legacyauth) === 'true', + 'use_nextcloud_bundle' => 1, ) ) );