aws-sdk-s3control 1.131.0 → 1.132.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-s3control/client.rb +6 -8
- data/lib/aws-sdk-s3control.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: e1f917a41ff87a0f69f6f7086c7562053c20e9bc2c4758c9aaf41fa8cde5b39c
|
|
4
|
+
data.tar.gz: e0cc0e9aed01210e5e0d7820fbb7aaec9acf1325d24f213b36b896d2fdbc8a10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c26e9e5808571f989a785921f5c25cacddd249a57741c98582419b97444d9d67461e4c3a1a2ceb76dcac99746a951c46baff7b9f8e12b1c964ee69a30a9c634
|
|
7
|
+
data.tar.gz: bfbc808ce19a9ef2cbf98992c1731f3c209ec10db0393fe8d1d7e8bad76a52e687a3220fdf88c47c9ec90a8d335de1edbcd980d877ebb5740edb6d9079dc9298
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.132.0
|
|
@@ -205,7 +205,7 @@ module Aws::S3Control
|
|
|
205
205
|
# the required types.
|
|
206
206
|
#
|
|
207
207
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
208
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
208
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
209
209
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
210
210
|
#
|
|
211
211
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -329,17 +329,15 @@ module Aws::S3Control
|
|
|
329
329
|
# @option options [String] :retry_mode ("legacy")
|
|
330
330
|
# Specifies which retry algorithm to use. Values are:
|
|
331
331
|
#
|
|
332
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
333
|
-
# no retry mode is provided.
|
|
332
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
333
|
+
# value if no retry mode is provided.
|
|
334
334
|
#
|
|
335
335
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
336
336
|
# This includes support for retry quotas, which limit the number of
|
|
337
337
|
# unsuccessful retries a client can make.
|
|
338
338
|
#
|
|
339
|
-
# * `adaptive` -
|
|
340
|
-
#
|
|
341
|
-
# throttling. This is a provisional mode that may change behavior
|
|
342
|
-
# in the future.
|
|
339
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
340
|
+
# `standard` mode along with automatic client side throttling.
|
|
343
341
|
#
|
|
344
342
|
# @option options [Boolean] :s3_use_arn_region (true)
|
|
345
343
|
# For S3 and S3 Outposts ARNs passed into the `:bucket` or `:name`
|
|
@@ -8220,7 +8218,7 @@ module Aws::S3Control
|
|
|
8220
8218
|
tracer: tracer
|
|
8221
8219
|
)
|
|
8222
8220
|
context[:gem_name] = 'aws-sdk-s3control'
|
|
8223
|
-
context[:gem_version] = '1.
|
|
8221
|
+
context[:gem_version] = '1.132.0'
|
|
8224
8222
|
Seahorse::Client::Request.new(handlers, context)
|
|
8225
8223
|
end
|
|
8226
8224
|
|
data/lib/aws-sdk-s3control.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-s3control
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.132.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
|