Skip to content

Commit aa19a07

Browse files
authored
Merge pull request #1774 from mattbartel/add-content-md5-option
Added supported 'add_content_md5' option to AwsS3V3Adapter.php
2 parents f27e4c8 + 6e7765f commit aa19a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AwsS3V3/AwsS3V3Adapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ class AwsS3V3Adapter implements FilesystemAdapter, PublicUrlGenerator, ChecksumP
5151
'ContentEncoding',
5252
'ContentLength',
5353
'ContentType',
54-
'ContentMD5',
5554
'Expires',
5655
'GrantFullControl',
5756
'GrantRead',
@@ -77,6 +76,7 @@ class AwsS3V3Adapter implements FilesystemAdapter, PublicUrlGenerator, ChecksumP
7776
* @var string[]
7877
*/
7978
public const MUP_AVAILABLE_OPTIONS = [
79+
'add_content_md5',
8080
'before_upload',
8181
'concurrency',
8282
'mup_threshold',

0 commit comments

Comments
 (0)