# File lib/fog/softlayer/requests/storage/get_object_https_url.rb, line 5 def get_object_https_url(container, object, expires, options = {}) "https://cluster.objectstorage.softlayer.net:443/v1/AUTH_abcdefghijklmnopqrstuvwxyz/#{container}/#{object}?temp_url_sig=1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a1a&temp_url_expires=1111111111111" end