From 9fdc8e01ea78b95058a62c0205dba139b541d282 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 13e4975499d..15935de7eb3 100644 --- a/lib/private/Files/ObjectStore/S3ConnectionTrait.php +++ b/lib/private/Files/ObjectStore/S3ConnectionTrait.php @@ -207,7 +207,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. *