Hi there,
I'm trying to use this tool deployed in a EKS cluster, where the default k8s serviceAccount already has permissions over the S3 resources, but after try many different configurations in the values.yaml, we couldn't get a successful result.
For ex. this is the error in the pod log:
And this is my last values.yaml config:
If we try to configure annotation (eks.amazonaws.com/role-arn) for the 'default' service account, the error change:

Access to S3 bucket was verified by using a debug container with aws cli and created in the same namespaces:

Could anyone there, help us here, please?