Skip to content

Commit 5038736

Browse files
authored
Add reflect-config.json to s3-transfer-manager (#5184)
1 parent 5fa0640 commit 5038736

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-transfer-manager",
4+
"contributor": "klopfdreh",
5+
"description": "Added reflect-config.json for ApplyUserAgentInterceptor in s3-transfer-manager for native builds"
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"name": "software.amazon.awssdk.transfer.s3.internal.ApplyUserAgentInterceptor",
4+
"methods": [
5+
{
6+
"name": "<init>",
7+
"parameterTypes": []
8+
}
9+
]
10+
}
11+
]

0 commit comments

Comments
 (0)