Skip to content

Commit 9fdc8e0

Browse files
skjnldsvartonge
authored andcommitted
fix: adjust wording in S3ConnectionTrait comment
Co-authored-by: Louis <louis@chmn.me> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
1 parent 4394d46 commit 9fdc8e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/private/Files/ObjectStore/S3ConnectionTrait.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ private function testTimeout() {
207207
/**
208208
* Add middleware to inject Content-MD5 header for DeleteObjects operations
209209
*
210-
* AWS SDK PHP v3.339.0+ requires Content-MD5 header for DeleteObjects operations.
210+
* AWS SDK PHP v3.339.0+ stopped generating the Content-MD5 header for DeleteObjects operations.
211+
* However, this is still required by the `bt-blue.com` S3 provider.
211212
* This middleware automatically calculates and adds the header to comply with
212213
* AWS S3 API requirements.
213214
*

0 commit comments

Comments
 (0)