Error connecting manifest file with new dataset

Hello everyone!
I have a strange annoying error when I try to create a new QS dataset and link it with a file located in a S3 bucket. I created a folder in this s3 bucket (see pic) and saved a file there but it does not allow me to link it. Anyone has an idea why this fails?
Screenshot from 2023-07-24 14-55-47
Screenshot from 2023-07-24 14-57-12

@Fotis_flex ,
Based on your s3 screenshot, your file is missing the type ?

Here is an example for my csv file (manifest file )

{
   "fileLocations":[
      {
         "URIs":[
            "s3://patient-info-qs/Patient-Info.csv"
         ]
      }
   ],
   "globalUploadSettings":{
      "format":"CSV",
      "containsHeader": "true",
      "delimiter": ",",
   }
}

S3
Screenshot 2023-07-25 at 12.23.08