@cumulus/aws-client 16.1.2 → 16.1.4
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/README.md +5 -0
- package/S3.d.ts +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -47,6 +47,8 @@ NODE_ENV=test
|
|
|
47
47
|
<dd></dd>
|
|
48
48
|
<dt><a href="#module_SQS">SQS</a></dt>
|
|
49
49
|
<dd></dd>
|
|
50
|
+
<dt><a href="#module_STS">STS</a></dt>
|
|
51
|
+
<dd></dd>
|
|
50
52
|
<dt><a href="#module_SecretsManager">SecretsManager</a></dt>
|
|
51
53
|
<dd></dd>
|
|
52
54
|
<dt><a href="#module_StepFunctions">StepFunctions</a></dt>
|
|
@@ -988,6 +990,9 @@ Test if an SQS queue exists
|
|
|
988
990
|
| --- | --- | --- |
|
|
989
991
|
| queueUrl | <code>Object</code> | queue url |
|
|
990
992
|
|
|
993
|
+
<a name="module_STS"></a>
|
|
994
|
+
|
|
995
|
+
## STS
|
|
991
996
|
<a name="module_SecretsManager"></a>
|
|
992
997
|
|
|
993
998
|
## SecretsManager
|
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").
|
|
138
|
+
export declare const streamS3Upload: (uploadStream: Readable, uploadParams: UploadOptions) => Promise<import("@aws-sdk/client-s3").CompleteMultipartUploadCommandOutput>;
|
|
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": "16.1.
|
|
3
|
+
"version": "16.1.4",
|
|
4
4
|
"description": "Utilities for working with AWS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"GIBS",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"@aws-sdk/s3-request-presigner": "^3.58.0",
|
|
54
54
|
"@aws-sdk/signature-v4-crt": "^3.58.0",
|
|
55
55
|
"@aws-sdk/types": "^3.58.0",
|
|
56
|
-
"@cumulus/checksum": "16.1.
|
|
57
|
-
"@cumulus/errors": "16.1.
|
|
58
|
-
"@cumulus/logger": "16.1.
|
|
59
|
-
"aws-sdk": "
|
|
56
|
+
"@cumulus/checksum": "16.1.4",
|
|
57
|
+
"@cumulus/errors": "16.1.4",
|
|
58
|
+
"@cumulus/logger": "16.1.4",
|
|
59
|
+
"aws-sdk": "2.1490.0",
|
|
60
60
|
"jsonpath-plus": "^1.1.0",
|
|
61
61
|
"lodash": "~4.17.21",
|
|
62
62
|
"mem": "^8.0.2",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@types/uuid": "^8.0.0"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "61460b9f1364ac2be6fd2363875627cf1caaca4e"
|
|
74
74
|
}
|