Checksum.Type
type t =
| Composite
| Full_object
| Unknown of string
Whether an S3 checksum covers the full object or a composite multipart checksum. Unknown values are preserved.
val to_string : t -> string
val of_string : string -> t