Values.S3DestinationConfigSourceConfiguration parameters for where in an S3 bucket to place the harvested content.
type nonrec t = {bucketName : S3BucketName.t;The name of an S3 bucket within which harvested content will be exported.
*)destinationPath : S3DestinationPath.t;The path within the specified S3 bucket where the harvested content will be placed.
*)}