# File lib/fog/storage/openstack/models/file.rb, line 99 def url(expires, options = {}) requires :directory, :key service.create_temp_url(directory.key, key, expires, "GET", options) end