aws-sdk-s3control 1.132.0 → 1.133.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: e1f917a41ff87a0f69f6f7086c7562053c20e9bc2c4758c9aaf41fa8cde5b39c
4
- data.tar.gz: e0cc0e9aed01210e5e0d7820fbb7aaec9acf1325d24f213b36b896d2fdbc8a10
3
+ metadata.gz: 7aebefa2056ea37573612dcd499582695a47633a2e7f2a46799525a7da045810
4
+ data.tar.gz: 9ed23a72f2c4a64bb48bc90764b19a93f28fbfb34c7e7cf2fa2cf0d6eb7e08f6
5
5
  SHA512:
6
- metadata.gz: 4c26e9e5808571f989a785921f5c25cacddd249a57741c98582419b97444d9d67461e4c3a1a2ceb76dcac99746a951c46baff7b9f8e12b1c964ee69a30a9c634
7
- data.tar.gz: bfbc808ce19a9ef2cbf98992c1731f3c209ec10db0393fe8d1d7e8bad76a52e687a3220fdf88c47c9ec90a8d335de1edbcd980d877ebb5740edb6d9079dc9298
6
+ metadata.gz: ca92d0999e0d4eb45084870c102da98a1eafdf2e2a188e143be8a263107eb29a53095942fa465f556f2706d5f4c28eada4789ca6c4617a9e3f859b5ece577345
7
+ data.tar.gz: 20e458fbc8b9bd7aab2cb11ecc5a209e682583faef90411786a4ce32d4253ba5b0eb17a37086c3235e93bcb0a5c2384a1c7c1de9630cfe3674337464049fb55e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.133.0 (2026-05-28)
5
+ ------------------
6
+
7
+ * Feature - Update the minimum value of MinStorageBytesPercentage in StorageLensPrefixLevel.SelectionCriteria from 0.1 to 1, aligning the model with the documented contract.
8
+
4
9
  1.132.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.132.0
1
+ 1.133.0
@@ -8218,7 +8218,7 @@ module Aws::S3Control
8218
8218
  tracer: tracer
8219
8219
  )
8220
8220
  context[:gem_name] = 'aws-sdk-s3control'
8221
- context[:gem_version] = '1.132.0'
8221
+ context[:gem_version] = '1.133.0'
8222
8222
  Seahorse::Client::Request.new(handlers, context)
8223
8223
  end
8224
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.132.0'
57
+ GEM_VERSION = '1.133.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.132.0
4
+ version: 1.133.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services