class Aws::S3::Types::Object

An object consists of data and its descriptive metadata.

@!attribute [rw] key

The name that you assign to an object. You use the object key to
retrieve the object.
@return [String]

@!attribute [rw] last_modified

Creation date of the object.
@return [Time]

@!attribute [rw] etag

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:

* Objects created by the PUT Object, POST Object, or Copy operation,
  or through the Amazon Web Services Management Console, and are
  encrypted by SSE-S3 or plaintext, have ETags that are an MD5
  digest of their object data.

* Objects created by the PUT Object, POST Object, or Copy operation,
  or through the Amazon Web Services Management Console, and are
  encrypted by SSE-C or SSE-KMS, have ETags that are not an MD5
  digest of their object data.

* If an object is created by either the Multipart Upload or Part
  Copy operation, the ETag is not an MD5 digest, regardless of the
  method of encryption.
@return [String]

@!attribute [rw] size

Size in bytes of the object
@return [Integer]

@!attribute [rw] storage_class

The class of storage used to store the object.
@return [String]

@!attribute [rw] owner

The owner of the object
@return [Types::Owner]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Object AWS API Documentation

Constants

SENSITIVE