Search before asking
Description
PR #3699 migrates the Fluss S3 filesystem plugin from AWS SDK v1 to AWS SDK v2. The current Glue guide documents separate fs.s3a.aws.credentials.provider lists for ECS Fargate, EKS with IRSA, and EC2.
As a follow-up to the review discussion in #3699, evaluate whether the guide can instead recommend the AWS SDK v2 software.amazon.awssdk.auth.credentials.DefaultCredentialsProvider in server.yaml. This would let the AWS SDK own environment detection while still allowing users to override the provider for specialized setups.
Verification
Related discussion: #3699 (comment)
Related PR: #3699
Willingness to contribute
Search before asking
Description
PR #3699 migrates the Fluss S3 filesystem plugin from AWS SDK v1 to AWS SDK v2. The current Glue guide documents separate
fs.s3a.aws.credentials.providerlists for ECS Fargate, EKS with IRSA, and EC2.As a follow-up to the review discussion in #3699, evaluate whether the guide can instead recommend the AWS SDK v2
software.amazon.awssdk.auth.credentials.DefaultCredentialsProviderinserver.yaml. This would let the AWS SDK own environment detection while still allowing users to override the provider for specialized setups.Verification
DefaultCredentialsProviderthroughfs.s3a.aws.credentials.provider.remote.data.diraccess and the relevant Fluss filesystem security-token/client access path.Related discussion: #3699 (comment)
Related PR: #3699
Willingness to contribute