aws-sdk-s3control 1.107.0 → 1.109.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: ed348de1bb2d50454b19cf020c8ddbb1527f72876868e3f2d796a441972dea34
4
- data.tar.gz: 94839fbdca1a98f83f998346559101fbb273811b474afc962103bcae6f20e0c6
3
+ metadata.gz: 273a24122fc56c19fe39f4e9d652a87599408ea413f4dc818bdbf2277e2655d5
4
+ data.tar.gz: a557c985258cd0234c46fbf7363d0827e8c90e14b9197e56103fdba12360c628
5
5
  SHA512:
6
- metadata.gz: 1c30391356622f503193d0e1b18e6b08ae308c85b05e64b7997010ebf244e24749289bb4b34270043e2653ae74426207577365c0623c2a8d458ce2b75a869969
7
- data.tar.gz: 8751d2d431030222303d300085ab079ddba9075c10725d27d78f08040b0a762d8b7d045030a857f86c02b9c3e49b0dbaa1abef3ec97844db29581f80746a95a5
6
+ metadata.gz: 8a2cd12ab65592a6337522c6d5ffa7663b1f14387926e26f37821eb42e1b8934503c64a1035eeca84925c30387297fa96d42f5ae33b4eab4eb912a9dd7f212d4
7
+ data.tar.gz: b6ba96badf78138db9387052073c29635ee618d5251afd29083ed608578624c594e2c0997267cc1d78f60375d7ace36db629413684fd3e9828a361603620a1c6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Updates to support S3 Express zonal endpoints for directory buckets in AWS CLI
8
+
9
+ 1.108.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.107.0 (2025-04-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.109.0
@@ -206,8 +206,7 @@ module Aws::S3Control
206
206
  # accepted modes and the configuration defaults that are included.
207
207
  #
208
208
  # @option options [Boolean] :disable_host_prefix_injection (false)
209
- # Set to true to disable SDK automatically adding host prefix
210
- # to default service endpoint when available.
209
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
211
210
  #
212
211
  # @option options [Boolean] :disable_request_compression (false)
213
212
  # When set to 'true' the request body will not be compressed
@@ -7986,7 +7985,7 @@ module Aws::S3Control
7986
7985
  tracer: tracer
7987
7986
  )
7988
7987
  context[:gem_name] = 'aws-sdk-s3control'
7989
- context[:gem_version] = '1.107.0'
7988
+ context[:gem_version] = '1.109.0'
7990
7989
  Seahorse::Client::Request.new(handlers, context)
7991
7990
  end
7992
7991