ObjectVersion
The version of an object.
Contents
- ChecksumAlgorithm
- 
               The algorithm that was used to create a checksum of the object. Type: Array of strings Valid Values: CRC32 | CRC32C | SHA1 | SHA256 | CRC64NVMERequired: No 
- ChecksumType
- 
               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. Type: String Valid Values: COMPOSITE | FULL_OBJECTRequired: No 
- ETag
- 
               The entity tag is an MD5 hash of that version of the object. Type: String Required: No 
- IsLatest
- 
               Specifies whether the object is (true) or is not (false) the latest version of an object. Type: Boolean Required: No 
- Key
- 
               The object key. Type: String Length Constraints: Minimum length of 1. Required: No 
- LastModified
- 
               Date and time when the object was last modified. Type: Timestamp Required: No 
- Owner
- 
               Specifies the owner of the object. Type: Owner data type Required: No 
- RestoreStatus
- 
               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. Type: RestoreStatus data type Required: No 
- Size
- 
               Size in bytes of the object. Type: Long Required: No 
- StorageClass
- 
               The class of storage used to store the object. Type: String Valid Values: STANDARDRequired: No 
- VersionId
- 
               Version ID of an object. Type: String Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: