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

Update mock for tenp_url.

This commit is contained in:
Rupak Ganguly 2012-09-27 15:56:40 -04:00
parent afc3fd9ad6
commit c7349ee526

View file

@ -20,10 +20,7 @@ module Fog
class Mock # :nodoc:all
def get_object_temp_url(container, object, expires, method)
@scheme = "https"
@host = "swift-cluster.example.com"
@port = "443"
@path = "/v1/account"
@hp_storage_uri = "https://swift-cluster.example.com:443/v1/account"
generate_object_temp_url(container, object, expires, method)
end