Method: Fog::Storage::Google::Mock#get_object_url
- Defined in:
- lib/fog/google/requests/storage/get_object_url.rb
permalink #get_object_url(bucket_name, object_name, expires) ⇒ Object
[View source]
29 30 31 32 |
# File 'lib/fog/google/requests/storage/get_object_url.rb', line 29 def get_object_url(bucket_name, object_name, expires) Fog::Logger.deprecation("Fog::Storage::Google => ##{get_object_url} is deprecated, use ##{get_object_https_url} instead[/] [light_black](#{caller.first})") get_object_https_url(bucket_name, object_name, expires) end |