UploadOptionBuilder

constructor(serializer: SupabaseSerializer, upsert: Boolean = false, contentType: ContentType? = null, httpRequestOverrides: MutableList<HttpRequestOverride> = mutableListOf())(source)

Parameters

serializer

The serializer to use for encoding the metadata

upsert

Whether to update the file if it already exists

contentType

The content type of the file. If null, the content type will be inferred from the file extension