aws-sdk-transfer 1.80.0 → 1.81.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transfer/client.rb +1 -1
- data/lib/aws-sdk-transfer/types.rb +8 -7
- data/lib/aws-sdk-transfer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b44a981f59a74743beca80bd793d148c0ef929f6b61e2c5ff92b7cd5ef282a3
|
|
4
|
+
data.tar.gz: 82bdd70988f89e84c4b3326f7c6f0d79cb13403b37fba781c3e26a6ca0c9cf1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d1840685795ccb20cb4de81c3bdf944c4c80aaf73007a98f67f768a0c1bff699be270b09ae0577d35b1bb7e4ecc9e21656f74399904b101d64717c1f0bd4f06
|
|
7
|
+
data.tar.gz: eb2d4e1de8da81cda463ade66b67b6e8e31e02c978a247b95623b053157c2c7d862a497c281125834b6e0efd111febbc15d1b4e0113958ac8355e8c0f76c1a30
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.81.0 (2023-10-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters
|
|
8
|
+
|
|
4
9
|
1.80.0 (2023-10-02)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.81.0
|
|
@@ -4630,7 +4630,7 @@ module Aws::Transfer
|
|
|
4630
4630
|
params: params,
|
|
4631
4631
|
config: config)
|
|
4632
4632
|
context[:gem_name] = 'aws-sdk-transfer'
|
|
4633
|
-
context[:gem_version] = '1.
|
|
4633
|
+
context[:gem_version] = '1.81.0'
|
|
4634
4634
|
Seahorse::Client::Request.new(handlers, context)
|
|
4635
4635
|
end
|
|
4636
4636
|
|
|
@@ -4865,9 +4865,9 @@ module Aws::Transfer
|
|
|
4865
4865
|
#
|
|
4866
4866
|
# @!attribute [rw] trusted_host_keys
|
|
4867
4867
|
# The public portion of the host key, or keys, that are used to
|
|
4868
|
-
#
|
|
4869
|
-
#
|
|
4870
|
-
#
|
|
4868
|
+
# identify the external server to which you are connecting. You can
|
|
4869
|
+
# use the `ssh-keyscan` command against the SFTP server to retrieve
|
|
4870
|
+
# the necessary key.
|
|
4871
4871
|
#
|
|
4872
4872
|
# The three standard SSH public key format elements are `<key type>`,
|
|
4873
4873
|
# `<body base64>`, and an optional `<comment>`, with spaces between
|
|
@@ -4877,11 +4877,12 @@ module Aws::Transfer
|
|
|
4877
4877
|
# For the trusted host key, Transfer Family accepts RSA and ECDSA
|
|
4878
4878
|
# keys.
|
|
4879
4879
|
#
|
|
4880
|
-
# * For RSA keys, the key type is `ssh-rsa`.
|
|
4880
|
+
# * For RSA keys, the `<key type>` string is `ssh-rsa`.
|
|
4881
4881
|
#
|
|
4882
|
-
# * For ECDSA keys, the key type is either
|
|
4883
|
-
# `ecdsa-sha2-
|
|
4884
|
-
# size of the key you
|
|
4882
|
+
# * For ECDSA keys, the `<key type>` string is either
|
|
4883
|
+
# `ecdsa-sha2-nistp256`, `ecdsa-sha2-nistp384`, or
|
|
4884
|
+
# `ecdsa-sha2-nistp521`, depending on the size of the key you
|
|
4885
|
+
# generated.
|
|
4885
4886
|
# @return [Array<String>]
|
|
4886
4887
|
#
|
|
4887
4888
|
# @see http://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/SftpConnectorConfig AWS API Documentation
|
data/lib/aws-sdk-transfer.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-transfer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.81.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-10-
|
|
11
|
+
date: 2023-10-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|