Skip to content

Commit

Permalink
Merge pull request #8 from nextmotion/ptheg-normalize-filename
Browse files Browse the repository at this point in the history
Normalize filename
  • Loading branch information
ptheg authored Jan 28, 2022
2 parents 2f5b043 + 717f5d2 commit 867e806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Classes/Driver/StorageDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ public function setFileContents($fileIdentifier, $contents)
*/
public function getFileForLocalProcessing($fileIdentifier, $writable = true)
{
$fileIdentifier = $this->namingHelper->normalizeFileName($fileIdentifier);
$temporaryPath = '';

$obj = $this->bucket->object($fileIdentifier);
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'Google Cloud Storage FAL Driver',
'description' => 'Google Cloud Storage FAL driver for TYPO3. Files can be stored in the GCS buckets.',
'category' => 'be',
'version' => '1.0.11',
'version' => '1.0.12',
'state' => 'stable',
'clearcacheonload' => 1,
'author' => 'Pierre Geyer',
Expand Down

0 comments on commit 867e806

Please sign in to comment.