Method: Fog::Storage::AWS::Utils#https_url

Defined in:
lib/fog/aws/storage.rb

#https_url(params, expires) ⇒ Object



77
78
79
# File 'lib/fog/aws/storage.rb', line 77

def https_url(params, expires)
  "https://" << host_path_query(params, expires)
end