Skip to content

Commit

Permalink
fix: SSE-C parameters were misspelled
Browse files Browse the repository at this point in the history
  • Loading branch information
amenophis committed Apr 4, 2024
1 parent 885d0a7 commit 80ce2d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AwsS3V3Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ class AwsS3V3Adapter implements FilesystemAdapter, PublicUrlGenerator, ChecksumP
'Tagging',
'WebsiteRedirectLocation',
'ChecksumAlgorithm',
'CopySSECustomerAlgorithm',
'CopySSECustomerKey',
'CopySSECustomerKeyMD5',
'CopySourceSSECustomerAlgorithm',
'CopySourceSSECustomerKey',
'CopySourceSSECustomerKeyMD5',
];
/**
* @var string[]
Expand Down

0 comments on commit 80ce2d2

Please sign in to comment.