aws-sdk-glacier 1.93.0 → 1.94.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-glacier/client.rb +6 -8
- data/lib/aws-sdk-glacier.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 79ba068c41fdfe5648319e85bb4bbeedcea805190557e08ea00a323acca8f284
|
|
4
|
+
data.tar.gz: 92881881d506e99674d6f0e6f0fddcf87b81d137e4dbf2916367541c1268bb3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64d5c9e8904be7c59ec14a6a58a55a75ce7dc5185a5dbba81d48791c212c7b5328ecc70d2dbb9e6b62bffddfa9baf3eb519334e59141df5c15b2a734d9093b36
|
|
7
|
+
data.tar.gz: cbb365ab86712583662556cf430c7b46602e4808369ab88c5f9d890f58410553a7cf85fbf7eac8655da389b07d03f9283d87d7032a09d3fd9a95a9ddcb392033
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.94.0
|
|
@@ -208,7 +208,7 @@ module Aws::Glacier
|
|
|
208
208
|
# the required types.
|
|
209
209
|
#
|
|
210
210
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
211
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
211
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
212
212
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
213
213
|
#
|
|
214
214
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -332,17 +332,15 @@ module Aws::Glacier
|
|
|
332
332
|
# @option options [String] :retry_mode ("legacy")
|
|
333
333
|
# Specifies which retry algorithm to use. Values are:
|
|
334
334
|
#
|
|
335
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
336
|
-
# no retry mode is provided.
|
|
335
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
336
|
+
# value if no retry mode is provided.
|
|
337
337
|
#
|
|
338
338
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
339
339
|
# This includes support for retry quotas, which limit the number of
|
|
340
340
|
# unsuccessful retries a client can make.
|
|
341
341
|
#
|
|
342
|
-
# * `adaptive` -
|
|
343
|
-
#
|
|
344
|
-
# throttling. This is a provisional mode that may change behavior
|
|
345
|
-
# in the future.
|
|
342
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
343
|
+
# `standard` mode along with automatic client side throttling.
|
|
346
344
|
#
|
|
347
345
|
# @option options [String] :sdk_ua_app_id
|
|
348
346
|
# A unique and opaque application ID that is appended to the
|
|
@@ -3526,7 +3524,7 @@ module Aws::Glacier
|
|
|
3526
3524
|
tracer: tracer
|
|
3527
3525
|
)
|
|
3528
3526
|
context[:gem_name] = 'aws-sdk-glacier'
|
|
3529
|
-
context[:gem_version] = '1.
|
|
3527
|
+
context[:gem_version] = '1.94.0'
|
|
3530
3528
|
Seahorse::Client::Request.new(handlers, context)
|
|
3531
3529
|
end
|
|
3532
3530
|
|
data/lib/aws-sdk-glacier.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.94.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|