diff --git a/src/AwsS3V3/AwsS3V3Adapter.php b/src/AwsS3V3/AwsS3V3Adapter.php index efc6a6b18..0d6eb3254 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', @@ -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',