All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.io.github.jan.supabase.storage.UploadSignedUrl.kt Maven / Gradle / Ivy

There is a newer version: 3.0.2
Show newest version
package io.github.jan.supabase.storage

/**
 * A signed url to upload a file
 * @param url The signed url
 * @param path The path of the file
 * @param token The token to use for the upload
 */
data class UploadSignedUrl(
    val url: String,
    val path: String,
    val token: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy