aws-sdk-s3 1.139.0 → 1.140.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.
@@ -190,7 +190,6 @@ module Aws
190
190
  raise error
191
191
  end
192
192
  end
193
- thread.abort_on_exception = true
194
193
  threads << thread
195
194
  end
196
195
  threads.map(&:value).compact
@@ -175,7 +175,6 @@ module Aws
175
175
  error
176
176
  end
177
177
  end
178
- thread.abort_on_exception = true
179
178
  threads << thread
180
179
  end
181
180
  threads.map(&:value).compact
@@ -192,7 +192,6 @@ module Aws
192
192
  error
193
193
  end
194
194
  end
195
- thread.abort_on_exception = true
196
195
  thread
197
196
  end
198
197
  end
data/lib/aws-sdk-s3.rb CHANGED
@@ -73,6 +73,6 @@ require_relative 'aws-sdk-s3/event_streams'
73
73
  # @!group service
74
74
  module Aws::S3
75
75
 
76
- GEM_VERSION = '1.139.0'
76
+ GEM_VERSION = '1.140.0'
77
77
 
78
78
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.139.0
4
+ version: 1.140.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-kms