Skip to content

Commit

Permalink
Merge pull request #1773 from amenophis/fix-missing-aws-ssec-options
Browse files Browse the repository at this point in the history
Add missing AWS SSE-C Options
  • Loading branch information
frankdejonge committed Mar 24, 2024
2 parents abbd664 + 452b941 commit 706ca1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/AsyncAwsS3/AsyncAwsS3Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ class AsyncAwsS3Adapter implements FilesystemAdapter, PublicUrlGenerator, Checks
'Tagging',
'WebsiteRedirectLocation',
'ChecksumAlgorithm',
'CopySSECustomerAlgorithm',
'CopySSECustomerKey',
'CopySSECustomerKeyMD5',
];

/**
Expand Down
3 changes: 3 additions & 0 deletions src/AwsS3V3/AwsS3V3Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ class AwsS3V3Adapter implements FilesystemAdapter, PublicUrlGenerator, ChecksumP
'Tagging',
'WebsiteRedirectLocation',
'ChecksumAlgorithm',
'CopySSECustomerAlgorithm',
'CopySSECustomerKey',
'CopySSECustomerKeyMD5',
];
/**
* @var string[]
Expand Down

0 comments on commit 706ca1e

Please sign in to comment.