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

Call the request layer method instead of the generic util method.

This commit is contained in:
Rupak Ganguly 2012-10-01 15:01:37 -04:00
parent c7349ee526
commit fa3343fd67

View file

@ -72,7 +72,7 @@ module Fog
def temp_signed_url(expires_secs, method)
requires :directory, :key
connection.generate_object_temp_url(directory.key, key, expires_secs, method)
connection.get_object_temp_url(directory.key, key, expires_secs, method)
end
def save(options = {})