Values.FileSourceThe file in Amazon S3 where your data is saved.
type nonrec t = {bucket : Bucket.t;The name of the Amazon S3 bucket from which data is imported.
*)key : String_.t;The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key.
*)versionId : String_.t option;The version ID to identify a specific version of the Amazon S3 object that contains your data.
*)}