SanitizedMediaNameProvider

A media name generator that sanitizes the file name and includes a unique identifier in it. For example, "path/to/my file.jpg" is mapped to "my-file@HASH.jpg"

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun visit(media: LocalMedia): String
open override fun visit(media: RemoteMedia): String