aws-sdk-core 2.4.1 → 2.4.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
  SHA1:
3
- metadata.gz: b338263336b96ccdd8a7da24e764a95a71733a9d
4
- data.tar.gz: 00cbcdd8b1f36aee331d994fbb1dba5f57d76270
3
+ metadata.gz: fa11336a7c54805cfbe8c6bbe5c5e9721576717a
4
+ data.tar.gz: 93ebfa2e6f4f5e433664a8ac4e3fd44bf6f53905
5
5
  SHA512:
6
- metadata.gz: 67e9cef7f83b01446deed9af11fefe24a85b97ffc3c94475e672357c0bcdda51efdbf9e8d58bd3025928805a12773f0839f3a958e09dba3727d1928847614da7
7
- data.tar.gz: 228f237a564b1cdcfb79f9787bfc742759576bc414e8e6f4cfd32dc2fb84c793f666a27b9d927f917f8af45fb2ecc76e23032cd89dbb8a7cabbd53adfffea7aa
6
+ metadata.gz: 4ee80d5476d878e43b63a3fa97b3249b3643215381ec41e35c4747d44d966f470ca833a8510001b12310f87da7cfa6b036f9f16e0e6de57e3838e095b7b4e482
7
+ data.tar.gz: a1b8b1d31a506aa4777e2833918f41a9f16021c4617bce421abf15f09d8d9fcbb65ca0e6053ec0a2864c6f9d1c11abbdf7e836bc455ebf48c52130f52f539931
@@ -280,7 +280,7 @@ module Aws
280
280
  # @api private
281
281
  def shared_config
282
282
  enabled = ENV["AWS_SDK_LOAD_CONFIG"] ? true : false
283
- @shared_config ||= SharedConfig.new(config_enabled: true)
283
+ @shared_config ||= SharedConfig.new(config_enabled: enabled)
284
284
  end
285
285
 
286
286
  # @return [Hash] Returns a hash of default configuration options shared
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.4.1'
2
+ VERSION = '2.4.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.1
4
+ version: 2.4.2
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: 2016-07-21 00:00:00.000000000 Z
11
+ date: 2016-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath