fix: adjust wording in S3ConnectionTrait comment

Co-authored-by: Louis <louis@chmn.me>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/60195/head
John Molakvoæ 4 months ago
parent c26b1e4b07
commit ee602dcfe4
  1. 3
      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.
*

Loading…
Cancel
Save