aws-sdk-s3outposts 1.46.0 → 1.48.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: ba270b64a703be25340d0dbf4afdb6f1b0616dde98ec0883d59ab0f71ee360e2
4
+ data.tar.gz: 0ee3a4308399e99c46a18288c21b68aadc3a45ae983e5ff61e26284ce09ad6e4
5
5
  SHA512:
6
- metadata.gz: f8ba1498b1fc26f474441dbeaf26c1571adea7cac08e63b97ce93c32b9afdc90be1c88d9b79be510a2440d5beee0c7c22e29ec54cf121e2022fa41a917ca4bab
7
- data.tar.gz: 6876bdfa15abb04cb2d62b90674d6d1ed92343c0f0d4a2e044a2b365b0e99f5a8365654023e343eff8353d9f5c73b679126f6034954d414c407e1cca917f5d5b
6
+ metadata.gz: 593774c1981c3fcbef8c88a8f1ad2afe47eb7c5294c6201363f89d70739d37a10781d215043760e6518e72b077e5b397c84e25af9815fae67fd228a00b758d7f
7
+ data.tar.gz: 35c234889a1e109b3a9112ae8fa1e1314cb1ad6700d9fb0ff97e0758ee45db951128e308c6f36b27e801a4d04d0b715bee737fda53b47ef0f5d662df9ae2a92d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.47.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.46.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.48.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.48.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.48.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.48.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.216.0
21
+ version: 3.225.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.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="