MirrorFileResult¶ class MirrorFileResult[source]¶ The result of a file that has been uploaded to mirror storage. url: str¶ A complete url that can be used to download the file. name: str¶ The filename under which the file can be downloaded. You can pass this to /api/v1/files/<name> to download the file. output_name: str¶ The filename that the resulting file should have. mime: str | None¶ The mime type of the file, only available if known.