Skip to content

Commit

Permalink
Merge pull request #1774 from mattbartel/add-content-md5-option
Browse files Browse the repository at this point in the history
Added supported 'add_content_md5' option to AwsS3V3Adapter.php
  • Loading branch information
frankdejonge authored Mar 24, 2024
2 parents f27e4c8 + 6e7765f commit aa19a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AwsS3V3/AwsS3V3Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class AwsS3V3Adapter implements FilesystemAdapter, PublicUrlGenerator, ChecksumP
'ContentEncoding',
'ContentLength',
'ContentType',
'ContentMD5',
'Expires',
'GrantFullControl',
'GrantRead',
Expand All @@ -77,6 +76,7 @@ class AwsS3V3Adapter implements FilesystemAdapter, PublicUrlGenerator, ChecksumP
* @var string[]
*/
public const MUP_AVAILABLE_OPTIONS = [
'add_content_md5',
'before_upload',
'concurrency',
'mup_threshold',
Expand Down

0 comments on commit aa19a07

Please sign in to comment.