aws-sdk-core 3.241.1 → 3.241.2

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: c48d0632bd5c5e63a69c8688ee51b535b20eada9eaab757aad910a6482481eaa
4
- data.tar.gz: 863c77cf8b07e9427043df1a8d37c2b7920518906eaf9c25951439e0f40ba1c7
3
+ metadata.gz: 2bb055425607f2a8b6ec90788d038eb14f05f611f705797d31acd04abaf429d0
4
+ data.tar.gz: defdafdbb1fad35d409e1562e0e2f8cad977901919655ba7fc31fa6f01a0178f
5
5
  SHA512:
6
- metadata.gz: fb84da80b12823243e720171670cf15c55df4173460d159ead8f80ef93462d5b95fe7aad18458818d8f097c43972073adbfe4889bc8347a39a3a41e2266d57f7
7
- data.tar.gz: 681a5d0046532c1a1ce3bd8df590ab5fab1e6154b99fd600bdc8e9cdcc7b50b023953efbcda59d2927ad314121be4e18da5f50edf25fe93019d483e3a9b1a78b
6
+ metadata.gz: 1ef77628a938900170ccc335d06d6236ef0b01f438b1253e44c10002064f5bbff6aef8c223a828aec55cd2e85abcd4afcd5d99c54de1929e0d560ee7e2c0a4c7
7
+ data.tar.gz: 2dd72d4d3542b6798202763f461c1e4d0a39ce285ce03ce409dcbb5bd4168c1c5dddf56fac29f60f9416a3989dabc8595eab4889c11a1b60d377c0d3f7fa2684
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.241.2 (2026-01-07)
5
+ ------------------
6
+
7
+ * Issue - Preserve existing Content-Encoding when applying request trailer checksum.
8
+
4
9
  3.241.1 (2026-01-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.241.1
1
+ 3.241.2
@@ -381,7 +381,12 @@ module Aws
381
381
  location_name = checksum_properties[:name]
382
382
 
383
383
  # set required headers
384
- headers['Content-Encoding'] = 'aws-chunked'
384
+ headers['Content-Encoding'] =
385
+ if headers['Content-Encoding']
386
+ headers['Content-Encoding'] += ', aws-chunked'
387
+ else
388
+ 'aws-chunked'
389
+ end
385
390
  headers['X-Amz-Content-Sha256'] = 'STREAMING-UNSIGNED-PAYLOAD-TRAILER'
386
391
  headers['X-Amz-Trailer'] = location_name
387
392
 
@@ -579,7 +579,7 @@ module Aws::Signin
579
579
  tracer: tracer
580
580
  )
581
581
  context[:gem_name] = 'aws-sdk-core'
582
- context[:gem_version] = '3.241.1'
582
+ context[:gem_version] = '3.241.2'
583
583
  Seahorse::Client::Request.new(handlers, context)
584
584
  end
585
585
 
@@ -56,7 +56,7 @@ module Aws::Signin
56
56
  autoload :EndpointProvider, 'aws-sdk-signin/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-signin/endpoints'
58
58
 
59
- GEM_VERSION = '3.241.1'
59
+ GEM_VERSION = '3.241.2'
60
60
 
61
61
  end
62
62
 
@@ -698,7 +698,7 @@ module Aws::SSO
698
698
  tracer: tracer
699
699
  )
700
700
  context[:gem_name] = 'aws-sdk-core'
701
- context[:gem_version] = '3.241.1'
701
+ context[:gem_version] = '3.241.2'
702
702
  Seahorse::Client::Request.new(handlers, context)
703
703
  end
704
704
 
data/lib/aws-sdk-sso.rb CHANGED
@@ -56,7 +56,7 @@ module Aws::SSO
56
56
  autoload :EndpointProvider, 'aws-sdk-sso/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-sso/endpoints'
58
58
 
59
- GEM_VERSION = '3.241.1'
59
+ GEM_VERSION = '3.241.2'
60
60
 
61
61
  end
62
62
 
@@ -1081,7 +1081,7 @@ module Aws::SSOOIDC
1081
1081
  tracer: tracer
1082
1082
  )
1083
1083
  context[:gem_name] = 'aws-sdk-core'
1084
- context[:gem_version] = '3.241.1'
1084
+ context[:gem_version] = '3.241.2'
1085
1085
  Seahorse::Client::Request.new(handlers, context)
1086
1086
  end
1087
1087
 
@@ -56,7 +56,7 @@ module Aws::SSOOIDC
56
56
  autoload :EndpointProvider, 'aws-sdk-ssooidc/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-ssooidc/endpoints'
58
58
 
59
- GEM_VERSION = '3.241.1'
59
+ GEM_VERSION = '3.241.2'
60
60
 
61
61
  end
62
62
 
@@ -2725,7 +2725,7 @@ module Aws::STS
2725
2725
  tracer: tracer
2726
2726
  )
2727
2727
  context[:gem_name] = 'aws-sdk-core'
2728
- context[:gem_version] = '3.241.1'
2728
+ context[:gem_version] = '3.241.2'
2729
2729
  Seahorse::Client::Request.new(handlers, context)
2730
2730
  end
2731
2731
 
data/lib/aws-sdk-sts.rb CHANGED
@@ -56,7 +56,7 @@ module Aws::STS
56
56
  autoload :EndpointProvider, 'aws-sdk-sts/endpoint_provider'
57
57
  autoload :Endpoints, 'aws-sdk-sts/endpoints'
58
58
 
59
- GEM_VERSION = '3.241.1'
59
+ GEM_VERSION = '3.241.2'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.241.1
4
+ version: 3.241.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services