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