@cumulus/aws-client 11.1.1 → 12.0.0

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.
Files changed (2) hide show
  1. package/S3.d.ts +1 -1
  2. package/package.json +6 -6
package/S3.d.ts CHANGED
@@ -135,7 +135,7 @@ export declare const promiseS3Upload: (params: Omit<UploadOptions, 'client'>) =>
135
135
  * @param {Object} uploadParams
136
136
  * @returns {Promise}
137
137
  */
138
- export declare const streamS3Upload: (uploadStream: Readable, uploadParams: UploadOptions) => Promise<import("@aws-sdk/client-s3").ServiceOutputTypes>;
138
+ export declare const streamS3Upload: (uploadStream: Readable, uploadParams: UploadOptions) => Promise<import("@aws-sdk/client-s3").CompleteMultipartUploadCommandOutput | import("@aws-sdk/client-s3").AbortMultipartUploadCommandOutput>;
139
139
  /**
140
140
  * Get a readable stream for an S3 object
141
141
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulus/aws-client",
3
- "version": "11.1.1",
3
+ "version": "12.0.0",
4
4
  "description": "Utilities for working with AWS",
5
5
  "keywords": [
6
6
  "GIBS",
@@ -8,7 +8,7 @@
8
8
  "NASA"
9
9
  ],
10
10
  "engines": {
11
- "node": ">=12.18.0"
11
+ "node": ">=14.19.1"
12
12
  },
13
13
  "files": [
14
14
  "*.js",
@@ -51,9 +51,9 @@
51
51
  "@aws-sdk/s3-request-presigner": "^3.53.0",
52
52
  "@aws-sdk/signature-v4-crt": "^3.53.0",
53
53
  "@aws-sdk/types": "^3.53.0",
54
- "@cumulus/checksum": "11.1.1",
55
- "@cumulus/errors": "11.1.1",
56
- "@cumulus/logger": "11.1.1",
54
+ "@cumulus/checksum": "12.0.0",
55
+ "@cumulus/errors": "12.0.0",
56
+ "@cumulus/logger": "12.0.0",
57
57
  "aws-sdk": "^2.585.0",
58
58
  "jsonpath-plus": "^1.1.0",
59
59
  "lodash": "~4.17.21",
@@ -68,5 +68,5 @@
68
68
  "devDependencies": {
69
69
  "@types/uuid": "^8.0.0"
70
70
  },
71
- "gitHead": "07fe682da23821434372759fb1948b081da429b5"
71
+ "gitHead": "2d84198510f37d64444715736b8b08360f61c766"
72
72
  }