pim-import 5.12.3 → 5.12.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/libs/s3.js
CHANGED
|
@@ -142,9 +142,7 @@ const getFileFromS3 = async (path, returnUrl = false) => {
|
|
|
142
142
|
return url;
|
|
143
143
|
}
|
|
144
144
|
else {
|
|
145
|
-
const res = await axios_1.default.get(url
|
|
146
|
-
responseType: "arraybuffer",
|
|
147
|
-
});
|
|
145
|
+
const res = await axios_1.default.get(url);
|
|
148
146
|
return res.data;
|
|
149
147
|
}
|
|
150
148
|
};
|