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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +2 -3
- data/lib/aws-sdk-s3control/client_api.rb +219 -219
- data/lib/aws-sdk-s3control/endpoint_provider.rb +53 -38
- data/lib/aws-sdk-s3control.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 273a24122fc56c19fe39f4e9d652a87599408ea413f4dc818bdbf2277e2655d5
|
4
|
+
data.tar.gz: a557c985258cd0234c46fbf7363d0827e8c90e14b9197e56103fdba12360c628
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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
|
-
#
|
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.
|
7988
|
+
context[:gem_version] = '1.109.0'
|
7990
7989
|
Seahorse::Client::Request.new(handlers, context)
|
7991
7990
|
end
|
7992
7991
|
|