diff --git a/.changes/next-release/bugfix-s3-48a7758.json b/.changes/next-release/bugfix-s3-48a7758.json new file mode 100644 index 00000000000..b8002b6fa28 --- /dev/null +++ b/.changes/next-release/bugfix-s3-48a7758.json @@ -0,0 +1,6 @@ +{ + "type": "bugfix", + "category": "s3", + "description": "Added reflect-config.json for S3Client in s3 for native builds", + "contributor": "klopfdreh" +} diff --git a/services/s3/src/main/resources/META-INF/native-image/software.amazon.awssdk/s3/reflect-config.json b/services/s3/src/main/resources/META-INF/native-image/software.amazon.awssdk/s3/reflect-config.json new file mode 100644 index 00000000000..014dcda80d6 --- /dev/null +++ b/services/s3/src/main/resources/META-INF/native-image/software.amazon.awssdk/s3/reflect-config.json @@ -0,0 +1,11 @@ +[ + { + "name": "software.amazon.awssdk.crt.s3.S3Client", + "methods": [ + { + "name": "", + "parameterTypes": [] + } + ] + } +]