Is there a way to include certain files with prefixes in the S3 Manifest
Current Manifest File
{
"fileLocations": [{
"URIPrefixes": [
"s3://bucketName/folderA/folderB/"
]
}],
"globalUploadSettings": {
"format": "CSV"
}
}
can I have the URI Prefix like this
"s3://bucketName/folderA/folderB/abc_*"
so Quicksight can fetch only files starting with ABC from folderB