1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

fix minor typo in get_object_https_url

This commit is contained in:
stephen charles baldwin 2015-03-31 10:56:18 -07:00
parent 8a54eabdb2
commit 077236095a

View file

@ -21,7 +21,7 @@ module Fog
# http://docs.rackspace.com/files/api/v1/cf-devguide/content/Create_TempURL-d1a444.html # http://docs.rackspace.com/files/api/v1/cf-devguide/content/Create_TempURL-d1a444.html
def get_object_https_url(container, object, expires, options = {}) def get_object_https_url(container, object, expires, options = {})
if @rackspace_temp_url_key.nil? if @rackspace_temp_url_key.nil?
raise ArgumentError, "Storage must my instantiated with the :rackspace_temp_url_key option" raise ArgumentError, "Storage must be instantiated with the :rackspace_temp_url_key option"
end end
method = options[:method] || 'GET' method = options[:method] || 'GET'