Values.S3SourcePropertiesSourceThe properties that are applied when Amazon S3 is being used as the flow source.
type nonrec t = {bucketName : BucketName.t;The Amazon S3 bucket name where the source files are stored.
*)bucketPrefix : BucketPrefix.t option;The object key for the Amazon S3 bucket in which the source files are stored.
*)s3InputFormatConfig : S3InputFormatConfig.t option;}val make :
?bucketPrefix:??? ->
?s3InputFormatConfig:??? ->
bucketName:BucketName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of BucketName.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]