From f3745526f425bfac119f712a2ff81183dc4cd904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 7 May 2026 10:53:57 +0200 Subject: [PATCH] fix: adjust wording in S3ConnectionTrait comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Louis Signed-off-by: John Molakvoæ --- lib/private/Files/ObjectStore/S3ConnectionTrait.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/private/Files/ObjectStore/S3ConnectionTrait.php b/lib/private/Files/ObjectStore/S3ConnectionTrait.php index d3a1240ae40..df037d07703 100644 --- a/lib/private/Files/ObjectStore/S3ConnectionTrait.php +++ b/lib/private/Files/ObjectStore/S3ConnectionTrait.php @@ -227,7 +227,8 @@ trait S3ConnectionTrait { /** * Add middleware to inject Content-MD5 header for DeleteObjects operations * - * AWS SDK PHP v3.339.0+ requires Content-MD5 header for DeleteObjects operations. + * AWS SDK PHP v3.339.0+ stopped generating the Content-MD5 header for DeleteObjects operations. + * However, this is still required by the `bt-blue.com` S3 provider. * This middleware automatically calculates and adds the header to comply with * AWS S3 API requirements. *