Values.S3ObjectSourceContains information about the Amazon S3 object.
type nonrec t = {eTag : String_.t option;The entity tag is a hash of the Amazon S3 object. The ETag reflects changes only to the contents of an object, and not its metadata.
*)key : String_.t option;The key of the Amazon S3 object.
*)versionId : String_.t option;The version Id of the Amazon S3 object.
*)}