Values.S3ObjectSourceContains information about an S3 bucket.
type nonrec t = {bucket : S3Bucket.t option;The name of the specific S3 bucket.
*)key : S3Key.t option;The Amazon Web Services Key Management Service (KMS key) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.
*)}