GetObjectAttributesResponse

Types

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

Properties

Link copied to clipboard

The checksum or digest of the object.

Link copied to clipboard

Specifies whether the object retrieved was (true) or was not (false) a delete marker. If false, this response header does not appear in the response. To learn more about delete markers, see Working with delete markers.

Link copied to clipboard
val eTag: String?

An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL.

Link copied to clipboard

Date and time when the object was last modified.

Link copied to clipboard

A collection of parts associated with a multipart upload.

Link copied to clipboard

The size of the object in bytes.

Link copied to clipboard

If present, indicates that the requester was successfully charged for the request.

Link copied to clipboard

Provides the storage class information of the object. Amazon S3 returns this header for all objects except for S3 Standard storage class objects.

Link copied to clipboard

The version ID of the object.

Functions

Link copied to clipboard
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