aws / aws-sdk-java-v2

The official AWS SDK for Java - Version 2
Apache License 2.0
2.2k stars 853 forks source link

fix: add S3Client reflection hint #5531

Closed klopfdreh closed 2 months ago

klopfdreh commented 2 months ago

Motivation and Context

Fixes: https://github.com/aws/aws-sdk-java-v2/issues/5530

Modifications

Added reflection-config.json to software.amazon.awssdk:s3

Testing

Build a GraalVM native image with AWS SDK V2 for Java and AWS CRT Java and run it. The native image will fail with the error described in the issue. If you add the reflect-config.json with the information provided in the PR it is fixed.

Screenshots (if appropriate)

Types of changes

Checklist

License

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud