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 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
@@ -1,4 +1,4 @@
1
- type StorageTag = "delete:60d";
1
+ type StorageTag = "delete:60d" | "delete:1d";
2
2
 
3
3
  interface IStorage {
4
4
  saveFiles(keys: Array<{
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- type StorageTag = "delete:60d";
1
+ type StorageTag = "delete:60d" | "delete:1d";
2
2
 
3
3
  interface IStorage {
4
4
  saveFiles(keys: Array<{
@@ -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(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "importer-storage",
3
3
  "private": false,
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "main": "dist/index.js",
6
6
  "files": [
7
7
  "dist",