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