S3StreamingUpload

class S3StreamingUpload(client: S3Client, bucketConfig: S3BucketConfiguration, response: CreateMultipartUploadResponse) : StreamingUpload<S3Object>

Constructors

Link copied to clipboard
constructor(client: S3Client, bucketConfig: S3BucketConfiguration, response: CreateMultipartUploadResponse)

Functions

Link copied to clipboard
open suspend override fun complete(): S3Object
Link copied to clipboard
open suspend override fun uploadPart(part: ByteArray, index: Int)