Values.ObjectVersionSourceThe version of an object.
type nonrec t = {eTag : ETag.t option;The entity tag is an MD5 hash of that version of the object.
*)checksumAlgorithm : ChecksumAlgorithmList.t option;The algorithm that was used to create a checksum of the object.
*)checksumType : ChecksumType.t option;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.
*)size : Size.t option;Size in bytes of the object.
*)storageClass : ObjectVersionStorageClass.t option;The class of storage used to store the object.
*)key : ObjectKey.t option;The object key.
*)versionId : ObjectVersionId.t option;Version ID of an object.
*)isLatest : IsLatest.t option;Specifies whether the object is (true) or is not (false) the latest version of an object.
*)lastModified : LastModified.t option;Date and time when the object was last modified.
*)owner : Owner.t option;Specifies the owner of the object.
*)restoreStatus : RestoreStatus.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsLatest.t
| `Enum of string
| `List of [> `Enum of string ] list
| `Long of Size.t
| `String of ETag.t
| `Structure of
(string
* [> `Boolean of IsRestoreInProgress.t
| `String of DisplayName.t
| `Timestamp of RestoreExpiryDate.t ])
list
| `Timestamp of LastModified.t ])
list ]