Values.S3ContentSourceContains information about the content to ingest into a knowledge base connected to an Amazon S3 data source.
type nonrec t = {s3Location : S3Location.t;The S3 location of the file containing the content to ingest.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of S3BucketUri.t ]) list ])
list ]