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 e70c5ef commit e2661a8Copy full SHA for e2661a8
app/code/Magento/RemoteStorage/etc/di.xml
@@ -133,11 +133,6 @@
133
<argument name="filesystem" xsi:type="object">fullRemoteFilesystem</argument>
134
</arguments>
135
</type>
136
- <type name="Magento\Framework\File\Uploader">
137
- <arguments>
138
- <argument name="filesystem" xsi:type="object">customRemoteFilesystem</argument>
139
- </arguments>
140
- </type>
141
<type name="Magento\RemoteStorage\Model\Synchronizer">
142
<arguments>
143
<argument name="filesystem" xsi:type="object">customRemoteFilesystem</argument>
0 commit comments