S3Object

class S3Object

Contains information about the Amazon S3 object.

Types

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

Properties

Link copied to clipboard
val eTag: String?

The entity tag is a hash of the Amazon S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.

Link copied to clipboard
val key: String?

The key of the Amazon S3 object.

Link copied to clipboard

The version Id of the Amazon S3 object.

Functions

Link copied to clipboard
inline fun copy(block: S3Object.Builder.() -> Unit = {}): S3Object
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