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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glacier/client.rb +4 -2
- data/lib/aws-sdk-glacier.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: 9984dba2a2011fa17b837fca549868f5864947c835fcf683baa922ba9adc1b13
|
4
|
+
data.tar.gz: 70562c171e73d9337e9a1e9b9d5035f9395578e013aa9d5cd28bc315364933f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b957531dbf49bec2e175fbad1ea04accfda16e132df591f5ed3be81d2ad5d37f0f17e99ea766a23a49ad1cc463e7c780a18ad5b7705bd0728138b927a0aac50f
|
7
|
+
data.tar.gz: cca8e8b765b8053c6464e25cea9b3758ef977e448fddaac0292a34b3c2bea87aacfd768cda96bec3515f09e547d045a44e4bc29980aa161c8e14f15bd1298fe6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
3392
|
+
context[:gem_version] = '1.43.0'
|
3391
3393
|
Seahorse::Client::Request.new(handlers, context)
|
3392
3394
|
end
|
3393
3395
|
|
data/lib/aws-sdk-glacier.rb
CHANGED
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.
|
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-
|
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
|