Values.S3LocationSourceSpecifies the details for the Amazon S3 file location that is being used with Amazon Web Services B2B Data Interchange. File locations in Amazon S3 are identified using a combination of the bucket and key.
type nonrec t = {bucketName : BucketName.t option;Specifies the name of the Amazon S3 bucket.
*)key : S3Key.t option;Specifies the Amazon S3 key for the file location.
*)}