Skip to content

Commit

Permalink
fix: add S3Client reflection hint (#5531)
Browse files Browse the repository at this point in the history
Co-authored-by: Zoe Wang <33073555+zoewangg@users.noreply.github.com>
  • Loading branch information
klopfdreh and zoewangg authored Aug 23, 2024
1 parent 94a004d commit 955029a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/bugfix-s3-48a7758.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "bugfix",
"category": "s3",
"description": "Added reflect-config.json for S3Client in s3 for native builds",
"contributor": "klopfdreh"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"name": "software.amazon.awssdk.crt.s3.S3Client",
"methods": [
{
"name": "<init>",
"parameterTypes": []
}
]
}
]

0 comments on commit 955029a

Please sign in to comment.