We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7662722 commit 48b6828Copy full SHA for 48b6828
build_tools/services.rb
@@ -10,10 +10,10 @@ class ServiceEnumerator
10
MANIFEST_PATH = File.expand_path('../../services.json', __FILE__)
11
12
# Minimum `aws-sdk-core` version for new gem builds
13
- MINIMUM_CORE_VERSION = "3.204.1"
+ MINIMUM_CORE_VERSION = "3.205.0"
14
15
# Minimum `aws-sdk-core` version for new S3 gem builds
16
- MINIMUM_CORE_VERSION_S3 = "3.204.1"
+ MINIMUM_CORE_VERSION_S3 = "3.205.0"
17
18
EVENTSTREAM_PLUGIN = "Aws::Plugins::EventStreamConfiguration"
19
0 commit comments