Skip to content

Commit 955029a

Browse files
klopfdrehzoewangg
andauthored
fix: add S3Client reflection hint (#5531)
Co-authored-by: Zoe Wang <[email protected]>
1 parent 94a004d commit 955029a

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "s3",
4+
"description": "Added reflect-config.json for S3Client in s3 for native builds",
5+
"contributor": "klopfdreh"
6+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"name": "software.amazon.awssdk.crt.s3.S3Client",
4+
"methods": [
5+
{
6+
"name": "<init>",
7+
"parameterTypes": []
8+
}
9+
]
10+
}
11+
]

0 commit comments

Comments
 (0)