Values.ReplicatorS3SourceDetails about delivering logs to S3.
type nonrec t = {enabled : bool;Whether log delivery to S3 is enabled.
*)bucket : string option;The S3 bucket that is the destination for log delivery.
*)prefix : string option;The S3 prefix that is the destination for log delivery.
*)}