Builder

class Builder

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
var eTag: String?

The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object, not its metadata. The ETag may or may not be an MD5 digest of the object data. Whether or not it is depends on how the object was created and how it is encrypted as described below:

Link copied to clipboard
var key: String?

The name that you assign to an object. You use the object key to retrieve the object.

Link copied to clipboard

Creation date of the object.

Link copied to clipboard
var owner: Owner?

The owner of the object

Link copied to clipboard

Specifies the restoration status of an object. Objects in certain storage classes must be restored before they can be retrieved. For more information about these storage classes and how to work with archived objects, see Working with archived objects in the Amazon S3 User Guide.

Link copied to clipboard
var size: Long?

Size in bytes of the object

Link copied to clipboard

The class of storage used to store the object.

Functions

Link copied to clipboard
fun owner(block: Owner.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.s3.model.Owner inside the given block

Link copied to clipboard