Values.MetadataSourceMetadata and other file information.
type nonrec t = {eTag : string option;The entity tag (ETag) of the file.
*)fileSize : Awso.Import.Int64.t option;The size of the media file, in bytes.
*)lastModified : string option;The last modification timestamp of the media file, in Unix time.
*)mimeType : string option;The MIME type of the media file.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `String of string
| `Timestamp of string ])
list ]