Skip to content

Commit

Permalink
[BUGFIX] Change signature array key (#105)
Browse files Browse the repository at this point in the history
Related #95
  • Loading branch information
ayacoo authored Oct 18, 2022
1 parent e590e57 commit 67ae5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Driver/AmazonS3Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ protected function initializeClient()
$configuration['http']['proxy'] = $GLOBALS['TYPO3_CONF_VARS']['HTTP']['proxy'];
}
if (!empty($this->configuration['signature'])) {
$configuration['signature_version'] = $this->configuration['signature_version'];
$configuration['signature_version'] = $this->configuration['signature'];
}
if (!empty($this->configuration['customHost'])) {
$configuration['endpoint'] = $this->configuration['customHost'];
Expand Down

0 comments on commit 67ae5eb

Please sign in to comment.