Values.S3FileLocationSourceSpecifies the details for the file location for the file that's being used in the workflow. Only applicable if you are using S3 storage.
type nonrec t = {bucket : S3Bucket.t option;Specifies the S3 bucket that contains the file being used.
*)key : S3Key.t option;The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.
*)versionId : S3VersionId.t option;Specifies the file version.
*)etag : S3Etag.t option;The entity tag is a hash of the object. The ETag reflects changes only to the contents of an object, not its metadata.
*)}