ResumableCacheEntry

constructor(url: String, path: String, bucketId: String, expiresAt: Instant, upsert: Boolean = false, contentType: String = "application/octet-stream")(source)

Parameters

url

The upload url

path

The storage path

bucketId

The bucket id

expiresAt

The time the url expires

upsert

Whether the entry should be updated if it already exists

contentType

The content type of the file