importer-storage 1.0.2 → 1.0.3
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/index.cjs +0 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.global.js +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -113,7 +113,6 @@ var S3Storage = class {
|
|
|
113
113
|
Tagging: tagString || void 0,
|
|
114
114
|
ContentType: `image/${extractFileInfo(key).extension}`,
|
|
115
115
|
ContentDisposition: "inline"
|
|
116
|
-
//ContentLength: contentLength ? parseInt(contentLength, 10) : undefined,
|
|
117
116
|
});
|
|
118
117
|
yield s3.send(command);
|
|
119
118
|
urls.push(
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.global.js
CHANGED
|
@@ -36695,7 +36695,6 @@ For more information please go to https://github.com/aws/aws-sdk-js-v3#functiona
|
|
|
36695
36695
|
Tagging: tagString || void 0,
|
|
36696
36696
|
ContentType: `image/${extractFileInfo(key).extension}`,
|
|
36697
36697
|
ContentDisposition: "inline"
|
|
36698
|
-
//ContentLength: contentLength ? parseInt(contentLength, 10) : undefined,
|
|
36699
36698
|
});
|
|
36700
36699
|
yield s32.send(command);
|
|
36701
36700
|
urls.push(
|
package/dist/index.js
CHANGED
|
@@ -84,7 +84,6 @@ var S3Storage = class {
|
|
|
84
84
|
Tagging: tagString || void 0,
|
|
85
85
|
ContentType: `image/${extractFileInfo(key).extension}`,
|
|
86
86
|
ContentDisposition: "inline"
|
|
87
|
-
//ContentLength: contentLength ? parseInt(contentLength, 10) : undefined,
|
|
88
87
|
});
|
|
89
88
|
yield s3.send(command);
|
|
90
89
|
urls.push(
|