View a markdown version of this page

AnnotationEntry - Amazon S3

AnnotationEntry

Describes a single annotation attached to an object, including its name, last modified time, size, ETag, checksum algorithm, and replication status. Returned in the response from ListObjectAnnotations.

Contents

AnnotationName

The name of the annotation.

Type: String

Required: Yes

LastModified

The date and time the annotation was last modified.

Type: Timestamp

Required: Yes

Size

The size of the annotation payload, in bytes.

Type: Long

Required: Yes

ChecksumAlgorithm

The checksum algorithm used for the annotation.

Type: Array of strings

Valid Values: CRC32 | CRC32C | SHA1 | SHA256 | CRC64NVME | SHA512 | MD5 | XXHASH64 | XXHASH3 | XXHASH128

Required: No

ETag

The entity tag of the annotation.

Type: String

Required: No

ReplicationStatus

The replication status of the annotation.

Type: String

Valid Values: COMPLETE | PENDING | FAILED | REPLICA | COMPLETED

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: