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