Skip to content

Commit 706ca1e

Browse files
authored
Merge pull request #1773 from amenophis/fix-missing-aws-ssec-options
Add missing AWS SSE-C Options
2 parents abbd664 + 452b941 commit 706ca1e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/AsyncAwsS3/AsyncAwsS3Adapter.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ class AsyncAwsS3Adapter implements FilesystemAdapter, PublicUrlGenerator, Checks
7373
'Tagging',
7474
'WebsiteRedirectLocation',
7575
'ChecksumAlgorithm',
76+
'CopySSECustomerAlgorithm',
77+
'CopySSECustomerKey',
78+
'CopySSECustomerKeyMD5',
7679
];
7780

7881
/**

src/AwsS3V3/AwsS3V3Adapter.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ class AwsS3V3Adapter implements FilesystemAdapter, PublicUrlGenerator, ChecksumP
6969
'Tagging',
7070
'WebsiteRedirectLocation',
7171
'ChecksumAlgorithm',
72+
'CopySSECustomerAlgorithm',
73+
'CopySSECustomerKey',
74+
'CopySSECustomerKeyMD5',
7275
];
7376
/**
7477
* @var string[]

0 commit comments

Comments
 (0)