Values.S3DestinationSourceConfiguration parameters for where in an S3 bucket to place the harvested content
type nonrec t = {bucketName : string;The name of an S3 bucket within which harvested content will be exported
*)manifestKey : string;The key in the specified S3 bucket where the harvested top-level manifest will be placed.
*)roleArn : string;The IAM role used to write to the specified S3 bucket
*)}