Values.S3LocationSourceRepresents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job.
type nonrec t = {bucket : Bucket.t;The Amazon S3 bucket name.
*)key : Key.t option;The unique name of the object in the bucket.
*)bucketOwner : BucketOwner.t option;The Amazon Web Services account ID of the bucket owner.
*)}