Class/Module Index [+]

Quicksearch

Fog::Storage::InternetArchive::Utils

Attributes

region[RW]

Public Instance Methods

http_url(params, expires) click to toggle source
# File lib/fog/internet_archive/storage.rb, line 69
def http_url(params, expires)
  scheme_host_path_query(params.merge(:scheme => 'http', :port => 80), expires)
end
https_url(params, expires) click to toggle source
# File lib/fog/internet_archive/storage.rb, line 73
def https_url(params, expires)
  scheme_host_path_query(params.merge(:scheme => 'https', :port => 443), expires)
end
url(params, expires) click to toggle source
# File lib/fog/internet_archive/storage.rb, line 77
def url(params, expires)
  Fog::Logger.deprecation("Fog::Storage::InternetArchive => #url is deprecated, use #https_url instead [light_black](#{caller.first})[/]")
  http_url(params, expires)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.