Values.DestinationSourceThe configuration for the destination where the harvested content will be exported.
type nonrec t = {s3Destination : S3DestinationConfig.t;The configuration for exporting harvested content to an S3 bucket. This includes details such as the bucket name and destination path within the bucket.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]