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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2da431a93d798e9c0adffcd9f4934bfd1a2e9540d27fe39b6e447599071de83
4
- data.tar.gz: b6b37676c2618b874da9623b43646499145d74353e92eec1878b9de7f33f7cd4
3
+ metadata.gz: 5b44a981f59a74743beca80bd793d148c0ef929f6b61e2c5ff92b7cd5ef282a3
4
+ data.tar.gz: 82bdd70988f89e84c4b3326f7c6f0d79cb13403b37fba781c3e26a6ca0c9cf1d
5
5
  SHA512:
6
- metadata.gz: c265815464516b9380745a36b1462ae616eb5518155680d2ddea1cedc2e4384ab897f6e49a4514e08b2cdcbd6c0b4079565dffd3db05ba53908b2c7b9f88301b
7
- data.tar.gz: 1abef31e31893ef405f385c9c0af9b3b45daabdec4905ad6b563cf159f2aa0dbfb2f941c19964980a52231fbfcf6179a38817849ce7376c4afb32f6a29d14c1c
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.80.0
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.80.0'
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
- # authenticate the user to the external server to which you are
4869
- # connecting. You can use the `ssh-keyscan` command against the SFTP
4870
- # server to retrieve the necessary key.
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 `ecdsa-sha2-nistp256`,
4883
- # `ecdsa-sha2-nistp384`, or `ecdsa-sha2-nistp521`, depending on the
4884
- # size of the key you generated.
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-transfer/customizations'
53
53
  # @!group service
54
54
  module Aws::Transfer
55
55
 
56
- GEM_VERSION = '1.80.0'
56
+ GEM_VERSION = '1.81.0'
57
57
 
58
58
  end
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.80.0
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-02 00:00:00.000000000 Z
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