createSignedUploadUrl
abstract suspend fun createSignedUploadUrl(path: String, upsert: Boolean = false): UploadSignedUrl(source)
Creates a signed url to upload without authentication. These urls are valid for 2 hours.
Parameters
path
The path to create an url for
upsert
Whether to upsert the file if it already exists