aws-sdk-core 3.241.3 → 3.241.4

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: 00ff34b8863f275c077125896abacdd231902a6a6749341c504b23aec8386538
4
- data.tar.gz: a850b063cf92edc10d656bfbad52060f109928b38b22e5a6b57429fd4446ed9e
3
+ metadata.gz: 446881a7694ec32ddd9779796abb691278749b55b21199789ee4773da295d5ec
4
+ data.tar.gz: d6109a708315a07649dbd2ce6c75d9cb0669e21eea89ec41aa6d9451518488d0
5
5
  SHA512:
6
- metadata.gz: 98395234b252340f1b5699ed8647c83dfd974f4e6baf603ac38c12e0dafb4f48acb64c155e6cf57eef8d5a99d7522ce1b9cfc8e13e5a8b7675c01df6350b9183
7
- data.tar.gz: 4121894cddfddbc75088516236ab2d5b98b14ca55a2a3d3d80f8a8b289540b07e5ac5d93bd30b085faa42a576193f989ddd0ec2f9bfffbbd0ce2b2c9a7bffa59
6
+ metadata.gz: 0b0db8ef58dbecb5df47d8afde16ca89a742019dcc72d636084d47b2484a108f6bc1454e75a654991ef587e97a1001d0734f9ce6a0f092af0079beba95f3953f
7
+ data.tar.gz: e8fc665636d2c45d1e48428214b4f4583f53928802c95b16c29c446babe3f8ecb45a0388bde34ae6109fac7505479cadc4a39fea231c2553f2768ca3959a3900
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 3.241.4 (2026-01-16)
5
+ ------------------
6
+
7
+ * Issue - Rewind IO during initialization for `AwsChunkedTrailerDigestIO`.
8
+
4
9
  3.241.3 (2026-01-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.241.3
1
+ 3.241.4
@@ -485,6 +485,7 @@ module Aws
485
485
 
486
486
  def initialize(options = {})
487
487
  @io = options.delete(:io)
488
+ @io.rewind if @io.respond_to?(:rewind)
488
489
  @location_name = options.delete(:location_name)
489
490
  @algorithm = options.delete(:algorithm)
490
491
  @digest = ChecksumAlgorithm.digest_for_algorithm(@algorithm)
@@ -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.3'
582
+ context[:gem_version] = '3.241.4'
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.3'
59
+ GEM_VERSION = '3.241.4'
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.3'
701
+ context[:gem_version] = '3.241.4'
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.3'
59
+ GEM_VERSION = '3.241.4'
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.3'
1084
+ context[:gem_version] = '3.241.4'
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.3'
59
+ GEM_VERSION = '3.241.4'
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.3'
2728
+ context[:gem_version] = '3.241.4'
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.3'
59
+ GEM_VERSION = '3.241.4'
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.3
4
+ version: 3.241.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services