Skip to content

Commit d285fb2

Browse files
committed
B2B-2048: [AWS S3] ImportExport can't unzip file from AWS S3
1 parent 1c407e5 commit d285fb2

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<plugin name="remoteImageFile" type="Magento\RemoteStorage\Plugin\Image" sortOrder="10"/>
101101
</type>
102102
<type name="Magento\Framework\Archive\Zip">
103-
<plugin name="remoteImageFile" type="Magento\RemoteStorage\Plugin\Zip" sortOrder="10"/>
103+
<plugin name="remoteZipArchive" type="Magento\RemoteStorage\Plugin\Zip" sortOrder="10"/>
104104
</type>
105105
<type name="Magento\Catalog\Model\Category\FileInfo">
106106
<arguments>

0 commit comments

Comments
 (0)