We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b650743 commit 6115978Copy full SHA for 6115978
app/code/Magento/RemoteStorage/etc/di.xml
@@ -100,9 +100,6 @@
100
<type name="Magento\Framework\Image\Adapter\AbstractAdapter">
101
<plugin name="remoteImageFile" type="Magento\RemoteStorage\Plugin\Image" sortOrder="10"/>
102
</type>
103
- <type name="Magento\Framework\Archive\Zip">
104
- <plugin name="remoteZipArchive" type="Magento\RemoteStorage\Plugin\Zip" sortOrder="10"/>
105
- </type>
106
<type name="Magento\Catalog\Model\Category\FileInfo">
107
<arguments>
108
<argument name="filesystem" xsi:type="object">fullRemoteFilesystem</argument>
0 commit comments