@aws-sdk/client-transfer 3.425.0 → 3.427.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.
|
@@ -774,7 +774,8 @@ export interface SftpConnectorConfig {
|
|
|
774
774
|
UserSecretId?: string;
|
|
775
775
|
/**
|
|
776
776
|
* @public
|
|
777
|
-
* <p>The public portion of the host key, or keys, that are used to
|
|
777
|
+
* <p>The public portion of the host key, or keys, that are used to identify the external server to which you are connecting.
|
|
778
|
+
* You can use the <code>ssh-keyscan</code> command against the SFTP server to retrieve the necessary key.</p>
|
|
778
779
|
* <p>The three standard SSH public key format elements are <code><key type></code>,
|
|
779
780
|
* <code><body base64></code>, and an optional <code><comment></code>, with spaces
|
|
780
781
|
* between each element. Specify only the <code><key type></code> and <code><body
|
|
@@ -782,12 +783,12 @@ export interface SftpConnectorConfig {
|
|
|
782
783
|
* <p>For the trusted host key, Transfer Family accepts RSA and ECDSA keys.</p>
|
|
783
784
|
* <ul>
|
|
784
785
|
* <li>
|
|
785
|
-
* <p>For RSA keys, the key type
|
|
786
|
+
* <p>For RSA keys, the <code><key type></code> string is <code>ssh-rsa</code>.</p>
|
|
786
787
|
* </li>
|
|
787
788
|
* <li>
|
|
788
|
-
* <p>For ECDSA keys, the key type is either
|
|
789
|
-
*
|
|
790
|
-
*
|
|
789
|
+
* <p>For ECDSA keys, the <code><key type></code> string is either
|
|
790
|
+
* <code>ecdsa-sha2-nistp256</code>, <code>ecdsa-sha2-nistp384</code>, or
|
|
791
|
+
* <code>ecdsa-sha2-nistp521</code>, depending on the size of the key you generated.</p>
|
|
791
792
|
* </li>
|
|
792
793
|
* </ul>
|
|
793
794
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-transfer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.427.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.427.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.427.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.425.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.425.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.425.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.425.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.427.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.425.0",
|
|
32
32
|
"@aws-sdk/types": "3.425.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.427.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.425.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.425.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.11",
|