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:
parent
c7349ee526
commit
fa3343fd67
1 changed files with 1 additions and 1 deletions
|
@ -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 = {})
|
||||
|
|
Loading…
Reference in a new issue