mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[storage] fix deprecated get_url usage
This commit is contained in:
parent
c2e29c0f9d
commit
01544701aa
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ module Fog
|
|||
|
||||
def url(expires)
|
||||
requires :key
|
||||
collection.get_url(key, expires)
|
||||
collection.get_https_url(key, expires)
|
||||
end
|
||||
|
||||
private
|
||||
|
|
|
@ -125,7 +125,7 @@ module Fog
|
|||
|
||||
def url(expires)
|
||||
requires :key
|
||||
collection.get_url(key, expires)
|
||||
collection.get_http_url(key, expires)
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Reference in a new issue