# File lib/fog/aws/storage.rb, line 81 def https_url(params, expires) scheme_host_path_query(params.merge(:scheme => 'https', :port => 443), expires) end