diff --git a/lib/fog/aws/storage.rb b/lib/fog/aws/storage.rb index 73ff7043b..d2d0e8e93 100644 --- a/lib/fog/aws/storage.rb +++ b/lib/fog/aws/storage.rb @@ -263,7 +263,7 @@ module Fog @use_iam_profile = options[:use_iam_profile] setup_credentials(options) @connection_options = options[:connection_options] || {} - + if @endpoint = options[:endpoint] endpoint = URI.parse(@endpoint) @host = endpoint.host diff --git a/lib/fog/hp/storage.rb b/lib/fog/hp/storage.rb index b0b50d956..a3162949a 100644 --- a/lib/fog/hp/storage.rb +++ b/lib/fog/hp/storage.rb @@ -108,7 +108,6 @@ module Fog def initialize(options={}) require 'mime/types' - puts "Called with #{options}" @hp_secret_key = options[:hp_secret_key] @hp_account_id = options[:hp_account_id] end