aws-sdk-glacier 1.42.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 37096ef998efd402f40cf6c941842f3084163a4fc52eee0b6ce805c208ab63eb
4
- data.tar.gz: 56aa24e54ceac733f7c56911b9d18184d6bea18aeaa8ad8169a8eab772fe55c6
3
+ metadata.gz: 9984dba2a2011fa17b837fca549868f5864947c835fcf683baa922ba9adc1b13
4
+ data.tar.gz: 70562c171e73d9337e9a1e9b9d5035f9395578e013aa9d5cd28bc315364933f8
5
5
  SHA512:
6
- metadata.gz: bd24af20810c9eebf30bb6905b3e69c154f7484357d22a42e9727783e8b36eb6738f139832855aa1ff57730609a792a1745c06f06ff8ff5a445aaaa61bebf6f5
7
- data.tar.gz: 55a51c591b142256b2f2b3c749839a2fb22b7a9ca7f17cecba661c66d5b95ecfa07e1df9d653cd5e3e9c60b34ba10b36480de68a0f4d37d72706527b4f9e7297
6
+ metadata.gz: b957531dbf49bec2e175fbad1ea04accfda16e132df591f5ed3be81d2ad5d37f0f17e99ea766a23a49ad1cc463e7c780a18ad5b7705bd0728138b927a0aac50f
7
+ data.tar.gz: cca8e8b765b8053c6464e25cea9b3758ef977e448fddaac0292a34b3c2bea87aacfd768cda96bec3515f09e547d045a44e4bc29980aa161c8e14f15bd1298fe6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.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.42.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -125,7 +125,9 @@ module Aws::Glacier
125
125
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
126
126
  # are very aggressive. Construct and pass an instance of
127
127
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
128
- # enable retries and extended timeouts.
128
+ # enable retries and extended timeouts. Instance profile credential
129
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
130
+ # to true.
129
131
  #
130
132
  # @option options [required, String] :region
131
133
  # The AWS region to connect to. The configured `:region` is
@@ -3387,7 +3389,7 @@ module Aws::Glacier
3387
3389
  params: params,
3388
3390
  config: config)
3389
3391
  context[:gem_name] = 'aws-sdk-glacier'
3390
- context[:gem_version] = '1.42.0'
3392
+ context[:gem_version] = '1.43.0'
3391
3393
  Seahorse::Client::Request.new(handlers, context)
3392
3394
  end
3393
3395
 
@@ -55,6 +55,6 @@ require_relative 'aws-sdk-glacier/customizations'
55
55
  # @!group service
56
56
  module Aws::Glacier
57
57
 
58
- GEM_VERSION = '1.42.0'
58
+ GEM_VERSION = '1.43.0'
59
59
 
60
60
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glacier
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.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-04 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