Hi everyone!
We are reading json files from cross-account S3 bucket using Autoloader and decided to switch from directory listing mode to files notification mode.
We have set up all permissions mentioned here in our IAM role. But now the pipeline is failing with error:
com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 9BFMJKWPPC2Z5QCS; S3 Extended Request ID: aFXXeekrRMcfxfxDWrZ1FT821bWM4H8f+/a/p7hjgNDhZvAWo7+0iHLhnL11Zvy1Laa0dgPYLTI=; Proxy: null), S3 Extended Request ID: aFXXeekrRMcfxfxDWrZ1FT821bWM4H8f+/a/p7hjgNDhZvAWo7+0iHLhnL11Zvy1Laa0dgPYLTI=
Is it not possible to use file notifications mode when reading data from cross-account S3 bucket? Or could we missed something in setting up the permissions?
Thank you!