Skip to content

Commit 1ed433c

Browse files
committed
B2B-1789: First Request For Storefront Image After Deleting Local File System Cached Images Results In Magento Placeholder Image When Using S3 -
Added changes
1 parent b4dbf58 commit 1ed433c

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/RemoteStorage/etc

1 file changed

+2
-2
lines changed

app/code/Magento/RemoteStorage/etc/di.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<plugin name="remoteMediaStorageSynchronizationFactory" type="Magento\RemoteStorage\Plugin\File\Storage\SynchronizationFactory" />
8080
</type>
8181
<type name="Magento\Framework\Data\Collection\Filesystem">
82-
<arguments>x
82+
<arguments>
8383
<argument name="filesystem" xsi:type="object">fullRemoteFilesystem</argument>
8484
</arguments>
8585
</type>
@@ -95,7 +95,7 @@
9595
</type>
9696
<type name="Magento\Framework\Image\Adapter\AbstractAdapter">
9797
<plugin name="remoteImageFile" type="Magento\RemoteStorage\Plugin\Image" sortOrder="10"/>
98-
</type>x
98+
</type>
9999
<type name="Magento\Catalog\Model\Category\FileInfo">
100100
<arguments>
101101
<argument name="filesystem" xsi:type="object">fullRemoteFilesystem</argument>

0 commit comments

Comments
 (0)