# File lib/fog/storage/openstack/models/files.rb, line 74 def get_https_url(key, expires, options = {}) requires :directory service.get_object_https_url(directory.key, key, expires, options) end