Values.ExperimentTemplateS3LogConfigurationInputSourceSpecifies the configuration for experiment logging to Amazon S3.
type nonrec t = {bucketName : S3BucketName.t;The name of the destination bucket.
*)prefix : S3ObjectKey.t option;The bucket prefix.
*)}