aws-sdk-s3outposts 1.46.0 → 1.47.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: 567fcc86fe9ccb5d51341f9930209a0eb0f439f3bc3adf2dca3fcf2ccfc7cd80
4
- data.tar.gz: a6a98c701c9f830869dccfbf38e322baa8be4893103b3c12ea2d71c6de5cd032
3
+ metadata.gz: 4b6f148d18d2413a5af6e91830f65c33593357bc6ad56e70d1449825192a387e
4
+ data.tar.gz: 0fa5526a314a39ef70811d05bfeb08926ea0f0acdf0f348d01eb09da5ba84fc0
5
5
  SHA512:
6
- metadata.gz: f8ba1498b1fc26f474441dbeaf26c1571adea7cac08e63b97ce93c32b9afdc90be1c88d9b79be510a2440d5beee0c7c22e29ec54cf121e2022fa41a917ca4bab
7
- data.tar.gz: 6876bdfa15abb04cb2d62b90674d6d1ed92343c0f0d4a2e044a2b365b0e99f5a8365654023e343eff8353d9f5c73b679126f6034954d414c407e1cca917f5d5b
6
+ metadata.gz: 0b73228a6ba7f0ce80728781ccbefda949cef7fedf000e048f9382cfe5758b77f17f3cc96b8e65bc7553ad92fbdb84eb5ef24951fb0a067275b57353510d601d
7
+ data.tar.gz: e032387c1d44d3b61aee40ce12bf7c9ed827ce11165b6b519eab7db1691b2328cecf3543e297a170cf1b8f59e51d009c29d8ad482be60ce62fc1c2e35f3a6c44
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.46.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -200,8 +200,7 @@ module Aws::S3Outposts
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -779,7 +778,7 @@ module Aws::S3Outposts
779
778
  tracer: tracer
780
779
  )
781
780
  context[:gem_name] = 'aws-sdk-s3outposts'
782
- context[:gem_version] = '1.46.0'
781
+ context[:gem_version] = '1.47.0'
783
782
  Seahorse::Client::Request.new(handlers, context)
784
783
  end
785
784
 
@@ -54,7 +54,7 @@ module Aws::S3Outposts
54
54
  autoload :EndpointProvider, 'aws-sdk-s3outposts/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-s3outposts/endpoints'
56
56
 
57
- GEM_VERSION = '1.46.0'
57
+ GEM_VERSION = '1.47.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-s3outposts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services