mirror of
https://github.com/nextcloud/server.git
synced 2026-05-23 02:26:10 -04:00
fix: adjust wording in S3ConnectionTrait comment
Co-authored-by: Louis <louis@chmn.me> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
c26b1e4b07
commit
ee602dcfe4
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue