From dbb948936c733485554f493980be33be4ae1a6c5 Mon Sep 17 00:00:00 2001 From: Matt Bartel Date: Mon, 18 Mar 2024 14:15:30 +0000 Subject: [PATCH 1/2] Added 'add_content_md5' option to AwsS3V3Adapter.php --- src/AwsS3V3/AwsS3V3Adapter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AwsS3V3/AwsS3V3Adapter.php b/src/AwsS3V3/AwsS3V3Adapter.php index 21936b063..5fbd09281 100644 --- a/src/AwsS3V3/AwsS3V3Adapter.php +++ b/src/AwsS3V3/AwsS3V3Adapter.php @@ -74,6 +74,7 @@ class AwsS3V3Adapter implements FilesystemAdapter, PublicUrlGenerator, ChecksumP * @var string[] */ public const MUP_AVAILABLE_OPTIONS = [ + 'add_content_md5', 'before_upload', 'concurrency', 'mup_threshold', From 6e7765fcdcf5fc61e12a600781b9f7b96613cae1 Mon Sep 17 00:00:00 2001 From: Matt Bartel Date: Sat, 23 Mar 2024 10:33:29 +0000 Subject: [PATCH 2/2] Removing ContentMD5 option from AwsS3V3Adapter.php --- src/AwsS3V3/AwsS3V3Adapter.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/AwsS3V3/AwsS3V3Adapter.php b/src/AwsS3V3/AwsS3V3Adapter.php index 5fbd09281..693295506 100644 --- a/src/AwsS3V3/AwsS3V3Adapter.php +++ b/src/AwsS3V3/AwsS3V3Adapter.php @@ -51,7 +51,6 @@ class AwsS3V3Adapter implements FilesystemAdapter, PublicUrlGenerator, ChecksumP 'ContentEncoding', 'ContentLength', 'ContentType', - 'ContentMD5', 'Expires', 'GrantFullControl', 'GrantRead',