Skip to content

Commit 576fda5

Browse files
committed
B2B-2037: [AWS S3] [Integration Tests]: Investigate Test Failures in MediaGallerySynchronization & MediaGallerySynchronizationMetadata modules
1 parent 64457e1 commit 576fda5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/MediaGalleryMetadata/Model/Gif/ReadFile.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ public function execute(string $path): FileInterface
103103

104104
array_unshift($segments, $headerSegment, $generalSegment);
105105

106+
$this->driver->fileClose($resource);
107+
106108
return $this->fileFactory->create([
107109
'path' => $path,
108110
'segments' => $segments

0 commit comments

Comments
 (0)