aws 2.5.0 → 2.5.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.
- data/lib/awsbase/awsbase.rb +1 -2
- metadata +1 -1
data/lib/awsbase/awsbase.rb
CHANGED
@@ -29,7 +29,6 @@ module Aws
|
|
29
29
|
require 'uri'
|
30
30
|
require 'xmlsimple'
|
31
31
|
require 'net/http'
|
32
|
-
# require 'active_support/core_ext'
|
33
32
|
|
34
33
|
require_relative 'utils'
|
35
34
|
require_relative 'errors'
|
@@ -233,7 +232,7 @@ module Aws
|
|
233
232
|
headers.each_pair do |k, v|
|
234
233
|
request[k] = v
|
235
234
|
end
|
236
|
-
puts "header=" + request['X-Amzn-Authorization']
|
235
|
+
# puts "header=" + request['X-Amzn-Authorization']
|
237
236
|
|
238
237
|
#puts "\n\n --------------- QUERY REQUEST TO AWS -------------- \n\n"
|
239
238
|
#puts "#{@params[:service]}?#{service_params}\n\n"
|