Module: Fog::Storage::AWS::GetObjectHttpsUrl
Instance Method Summary collapse
Instance Method Details
#get_object_https_url(bucket_name, object_name, expires, options = {}) ⇒ Object
7 8 9 |
# File 'lib/fog/aws/requests/storage/get_object_https_url.rb', line 7 def get_object_https_url(bucket_name, object_name, expires, = {}) get_object_url(bucket_name, object_name, expires, .merge(:scheme => 'https')) end |