Hi Fabian, Thanks for your response.
If I implemented my own InputFormat, how would I read a specific list of files from S3? Assuming I need to use readFile(), below would read all of the files from the specified S3 bucket or path: env.readFile(MyInputFormat, "s3://my-bucket/") Is there a way for me to read only a specific list/subset of files(say fileList) from a S3 bucket, in parallel using readFile? -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/