module Fog::AWS::Storage::GetObjectHttpUrl
Public Instance Methods
get_object_http_url(bucket_name, object_name, expires, options = {})
click to toggle source
# File lib/fog/aws/requests/storage/get_object_http_url.rb, line 5 def get_object_http_url(bucket_name, object_name, expires, options = {}) get_object_url(bucket_name, object_name, expires, options.merge(:scheme => 'http')) end