Uploading multiple S3 files using the same manifest file

I’m trying to upload multiple S3 files using a manifest file to Quicksight. But it fails. Has anyone tried uploading multiple S3 files to quicksight using one manifest file? Attaching the manifest file for reference - Both file1 & file2 are same format files

{
“fileLocations”: [
{
“URIs”: [
https://s3-us-east-1.amazonaws.com/bucketname/BI_file1.csv”,
https://s3-us-east-1.amazonaws.com/bucketname/BI_file2.csv”,
]
}
],
“globalUploadSettings”: {
“format”: “CSV”
}
}

Hi Malinika,

Thank you for posting.

What error are you getting?

Please kindly review on how you can successfully upload a manifest file here.

Regards,
Demola