Skip to content

Commit

Permalink
Merge pull request #9 from mhuebe/Overwriting-a-file-during-upload-fails
Browse files Browse the repository at this point in the history
Overwriting a file during upload fails
  • Loading branch information
ptheg authored Feb 3, 2022
2 parents 867e806 + 11eafc6 commit 67b07a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Classes/Bucket/Operations.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public function rename($oldName, $newName)
*/
public function delete($fileIdentifier)
{
$fileIdentifier = $this->namingHelper->normalizeFileName($fileIdentifier);
if ($this->bucketCache instanceof BucketCache) {
$this->bucketCache->clear();
}
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.12',
'version' => '1.0.13',
'state' => 'stable',
'clearcacheonload' => 1,
'author' => 'Pierre Geyer',
Expand Down

0 comments on commit 67b07a5

Please sign in to comment.