diff --git a/lib/fog/google/storage.rb b/lib/fog/google/storage.rb index 453476329..f2fc07f74 100644 --- a/lib/fog/google/storage.rb +++ b/lib/fog/google/storage.rb @@ -191,7 +191,7 @@ module Fog @google_storage_secret_access_key = options[:google_storage_secret_access_key] @connection_options = options[:connection_options] || {} @hmac = Fog::HMAC.new('sha1', @google_storage_secret_access_key) - @host = options[:host] || 'commondatastorage.googleapis.com' + @host = options[:host] || 'storage.googleapis.com' @persistent = options.fetch(:persistent, true) @port = options[:port] || 443 @scheme = options[:scheme] || 'https'