2 Open Issues Need Help Last updated: Jun 26, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Add a configuration option to the Quarkus Amazon S3 extension to allow setting `requestChecksumCalculation` on the S3 client. This is needed to support SSE-C with Ceph storage, as the current extension doesn't provide this configuration.

Complexity: 4/5
enhancement good first issue

Quarkus Amazon Services extensions

Java
#quarkus-extension

AI Summary: Implement support for AWS RDS IAM authentication using EKS Fargate's IRSA (IAM Role for Service Accounts) within the Quarkus Amazon Services extension. This involves creating a new credential provider that leverages the `AWS_WEB_IDENTITY_TOKEN_FILE` and `AWS_ROLE_ARN` environment variables provided by the IRSA setup, allowing users to authenticate with RDS IAM without needing a custom solution.

Complexity: 4/5
documentation good first issue

Quarkus Amazon Services extensions

Java
#quarkus-extension