Skip to content

Commit

Permalink
Google changed their URL scheme for Cloud Storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Sep 12, 2012
1 parent dc28c7b commit f906a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/google/storage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def initialize(options={})
@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'
Expand Down

0 comments on commit f906a33

Please sign in to comment.