Reading text file from S3

2023-12-06 Thread Fourais
ou help me identify what I am missing? Thank you very much for your help, /Fourais

RE: Reading text file from S3

2023-12-07 Thread Fourais
. On 2023/12/06 22:57:28 Fourais wrote: > Hi, > > Using Flink 1.18 and Java 17, I am trying to read a text file from S3 using > env.readTextFile("s3://mybucket/folder1/file.txt"). When I run the app in > the IDE, I get the follow