Has anyone managed to use a S3 <Object Lambda Acce...
# random
r
Has anyone managed to use a S3 Object Lambda Access Point as a filesystem source in Flink? I read an article that implied the ARN can be used, using the S3A config, and potentially a
fs.s3a.access-point-alias.accesspoint.arn
config in flink.conf?
Got considerably further, now I'm getting a
The region field of the ARN being passed as a bucket parameter to an S3 operation does not match the region the client was configured with. Provided region: 'eu-west-2'; client region: 'accesspoint-eu-west-2'
error. Any ideas?