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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cbd26c52ea3a4e03edc477bfe69af024e3b1665d6973089231bc07717935b4fe
4
- data.tar.gz: a0e6786087b1285fbdd47ea82f8d42edbc4357795087857436b22923e6364112
3
+ metadata.gz: e1f917a41ff87a0f69f6f7086c7562053c20e9bc2c4758c9aaf41fa8cde5b39c
4
+ data.tar.gz: e0cc0e9aed01210e5e0d7820fbb7aaec9acf1325d24f213b36b896d2fdbc8a10
5
5
  SHA512:
6
- metadata.gz: 6c1396f95c7fcef0d9f880f849fcaa09d5cf7872f7b479ea3412771e5e68bdcae397f5456af81ce110fb782b4a021dc07c68244aa2a7599bbb31114e26b263a6
7
- data.tar.gz: 7af644b329a99dc5442854aa1b2f264f7cb41b72e9142c5b3f930884c75a8256834a48d74def200e9ed8f0edce72aee98640b1e6ee8d077e1277f14c12f7dccb
6
+ metadata.gz: 4c26e9e5808571f989a785921f5c25cacddd249a57741c98582419b97444d9d67461e4c3a1a2ceb76dcac99746a951c46baff7b9f8e12b1c964ee69a30a9c634
7
+ data.tar.gz: bfbc808ce19a9ef2cbf98992c1731f3c209ec10db0393fe8d1d7e8bad76a52e687a3220fdf88c47c9ec90a8d335de1edbcd980d877ebb5740edb6d9079dc9298
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.132.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.131.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.131.0
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. This is default value if
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` - An experimental retry mode that includes all the
340
- # functionality of `standard` mode along with automatic client side
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.131.0'
8221
+ context[:gem_version] = '1.132.0'
8224
8222
  Seahorse::Client::Request.new(handlers, context)
8225
8223
  end
8226
8224
 
@@ -54,7 +54,7 @@ module Aws::S3Control
54
54
  autoload :EndpointProvider, 'aws-sdk-s3control/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-s3control/endpoints'
56
56
 
57
- GEM_VERSION = '1.131.0'
57
+ GEM_VERSION = '1.132.0'
58
58
 
59
59
  end
60
60
 
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.131.0
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.247.0
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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement