Re: error accessing S3 bucket 1.12

2021-02-11 Thread Billy Bain
Dawid, We found the issue. Our bucket has periods in the name, com.this.bucket.fails Recreating the bucket with dashes instead of periods solved it. com-this-bucket-succeeds This seems crazy, but the bucket naming guidelines are clear. https://docs.aws.amazon.com/AmazonS3/latest/userguide/buc

Re: error accessing S3 bucket 1.12

2021-01-14 Thread Dawid Wysakowicz
Hi Billy, I think you might be hitting the same problem as described in this thread[1]. Does your bucket meet all the name requirements as described in here[2] (e.g. have an underscore)? Best, Dawid [1] http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Unable-to-set-S3-like-ob

error accessing S3 bucket 1.12

2021-01-13 Thread Billy Bain
I'm trying to use readTextFile() to access files in S3. I have verified the s3 key and secret are clean and the s3 path is similar to com.somepath/somefile. (the names changed to protect the guilty) Any idea what I'm missing? 2021-01-13 12:12:43,836 DEBUG org.apache.flink.streaming.api.functions.