MultipartUpload

Container for the MultipartUpload for the Amazon S3 object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The algorithm that was used to create a checksum of the object.

Link copied to clipboard

The checksum type that is used to calculate the object’s checksum value. For more information, see Checking object integrity in the Amazon S3 User Guide.

Link copied to clipboard

Date and time at which the multipart upload was initiated.

Link copied to clipboard

Identifies who initiated the multipart upload.

Link copied to clipboard
val key: String?

Key of the object for which the multipart upload was initiated.

Link copied to clipboard
val owner: Owner?

Specifies the owner of the object that is part of the multipart upload.

Link copied to clipboard

The class of storage used to store the object.

Link copied to clipboard

Upload ID that identifies the multipart upload.

Functions

Link copied to clipboard
inline fun copy(block: MultipartUpload.Builder.() -> Unit = {}): MultipartUpload
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String