aws-sdk-transfer 1.43.0 → 1.44.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: 24bc91950ddc4c3f800194aa45fef433ed6c4a86e4a1b3710ad8c19a6c0d449f
4
- data.tar.gz: 789d5a5a296c65e84678445df9f277f4b5658a04ca42f9d99b672a25dbb4f5af
3
+ metadata.gz: a9092616bcc2f1c9404f43d37dd0da1a60bf5c5a8ad0112f079cd4f2a6dd3992
4
+ data.tar.gz: a2bd26099b318288d99097d559427a3e7388f0f8e5de84e94b8e0c438c8a6908
5
5
  SHA512:
6
- metadata.gz: d2bd0f9449cbe31ca1bab476113d8a434acd9bedb961b23b02faf69325386869a64339d5ae4fefad5a10208aecb8f8378407f846cded7c205260e805c40e939a
7
- data.tar.gz: 3a7bec93d5e183c16d4773bad20e19169c2c8bf7c0159303235b1cab92bff9e70123a8efadca7b8da0c84d61a981940598622c7df72ebc5ecacf418b05d3846b
6
+ metadata.gz: d8165fe3d600aa055df8689c262449cbadc7951c802285472fb8c5676d89e78a0f0795d7e16aff909b40b46602f9cad70b9e1495253a7c9e91ae342776cce914
7
+ data.tar.gz: 9dd8541225bfae130ae8f3909842c0466b0b7d0b21ce5ba5500acb383e61e132b028feff8ab7294e9a3a8a50225d8c003fa06535b5e57476a830e1b8f2caeb3d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.43.0 (2021-11-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -119,7 +119,9 @@ module Aws::Transfer
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -2797,7 +2799,7 @@ module Aws::Transfer
2797
2799
  params: params,
2798
2800
  config: config)
2799
2801
  context[:gem_name] = 'aws-sdk-transfer'
2800
- context[:gem_version] = '1.43.0'
2802
+ context[:gem_version] = '1.44.0'
2801
2803
  Seahorse::Client::Request.new(handlers, context)
2802
2804
  end
2803
2805
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-transfer/customizations'
48
48
  # @!group service
49
49
  module Aws::Transfer
50
50
 
51
- GEM_VERSION = '1.43.0'
51
+ GEM_VERSION = '1.44.0'
52
52
 
53
53
  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.43.0
4
+ version: 1.44.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: 2021-11-15 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core