Skip to content

Commit

Permalink
Add missing AWS SSEC Options
Browse files Browse the repository at this point in the history
  • Loading branch information
amenophis committed Mar 18, 2024
1 parent abbd664 commit f889401
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 f889401

Please sign in to comment.