Class/Module Index [+]

Quicksearch

Fog::Storage::InternetArchive::GetObjectHttpsUrl

Public Instance Methods

get_object_https_url(bucket_name, object_name, expires, options = {}) click to toggle source
# File lib/fog/internet_archive/requests/storage/get_object_https_url.rb, line 7
def get_object_https_url(bucket_name, object_name, expires, options = {})
  get_object_url(bucket_name, object_name, expires, options.merge(:scheme => 'https'))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.