andersundsehr / aus_driver_amazon_s3

Provides a TYPO3 FAL driver for the Amazon Web Service S3
GNU Lesser General Public License v3.0
20 stars 39 forks source link

Mismatch in configuration key for `signature` #95

Closed mrk131324 closed 1 year ago

mrk131324 commented 2 years ago

In AmazonS3Driver.php:1139 it should read:

if (!empty($this->configuration['signature'])) {
    $configuration['signature_version'] = $this->configuration['signature'];
}

Otherwise signature_version will not be configured and a missing key warning will be raised.

Lagerregal commented 1 year ago

Fixed with #105