Method: Fog::Storage::Google::Utils#https_url
- Defined in:
- lib/fog/google/storage.rb
#https_url(params, expires) ⇒ Object
43 44 45 |
# File 'lib/fog/google/storage.rb', line 43 def https_url(params, expires) "https://" << host_path_query(params, expires) end |