Coroutine R2Resource
class CoroutineR2Resource
Coroutine counterpart of R2Resource. Safe presign reads retain retries, mutations do not retry, cancellation reaches cancellable transports, and typed SDK failures propagate unchanged.
Functions
Link copied to clipboard
suspend fun presignUploadFile(mode: String, groupName: String, streamName: String, modality: String, filename: String, expiresIn: Int = 900): PresignedUploadResponse
Suspending counterpart of R2Resource.presignUploadFile.
Link copied to clipboard
suspend fun presignUploadFolderVideo(mode: String, groupName: String, streamName: String, filenames: List<String>, expiresIn: Int = 900): PresignedFolderResponse
Suspending counterpart of R2Resource.presignUploadFolderVideo.