Values_0.StreamFileSourceRepresents a file to stream.
type nonrec t = {fileId : FileId.t option;The file ID.
*)s3Location : S3Location.t option;The location of the file in S3.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of FileId.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]