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:
parent
afc3fd9ad6
commit
c7349ee526
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue