What is the URL of the document?
https://github.com/aws/amazon-s3-controller/blob/main/docs/getting-started.md
Which section(s) is the issue in?
Getting Started
What needs fixing?
The current Getting Started guide uses IAM Roles for Service Accounts (IRSA). However, since EKS Pod Identity is now the recommended approach, the documentation should include instructions for deploying and configuring the S3 controller using Pod Identity.
Additional context
I have confirmed locally that the s3-controller works correctly with Pod Identity. It would be helpful for other users if the documentation included this pattern as an officially supported example.