Values.S3LocationDescriptionSourceThe description of the location of an object in Amazon S3.
type nonrec t = {bucketArn : string option;The Amazon Resource Name (ARN) of an S3 bucket.
*)fileKey : string option;The file key for an object in an S3 bucket.
*)objectVersion : string option;The version of an object in an S3 bucket.
*)}