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

canonicalizeAndCheckFileIdentifier for addFile #24

Closed peterreichenbach closed 6 years ago

peterreichenbach commented 6 years ago

flexform has no setting for caseSensitive. function createFile already has canonicalizeAndCheckFileIdentifier, so each new file is lowercase. would be nice to canonicalizeAndCheckFileIdentifier $targetIdentifier in function addFile, so added files are lowercase too.