aws 2.7.0 → 2.7.1

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.
Files changed (2) hide show
  1. data/lib/awsbase/errors.rb +2 -2
  2. metadata +3 -3
@@ -201,8 +201,8 @@ module Aws
201
201
  redirect_detected = true
202
202
  else
203
203
  # no, it's an error ...
204
- @aws.logger.warn("##### #{@aws.class.name} returned an error: #{response.code} #{response.message}\n#{response.body} #####")
205
- @aws.logger.warn("##### #{@aws.class.name} request: #{request_text_data} ####")
204
+ @aws.logger.debug("##### #{@aws.class.name} returned an error: #{response.code} #{response.message}\n#{response.body} #####")
205
+ @aws.logger.debug("##### #{@aws.class.name} request: #{request_text_data} ####")
206
206
  end
207
207
  # Check response body: if it is an Amazon XML document or not:
208
208
  if redirect_detected || (response.body && response.body[/<\?xml/]) # ... it is a xml document
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.0
4
+ version: 2.7.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2013-02-06 00:00:00.000000000 Z
14
+ date: 2013-02-19 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: uuidtools
@@ -163,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  requirements: []
165
165
  rubyforge_project:
166
- rubygems_version: 1.8.24
166
+ rubygems_version: 1.8.25
167
167
  signing_key:
168
168
  specification_version: 3
169
169
  summary: AWS Ruby Library for interfacing with Amazon Web Services. By http://www.appoxy.com