Skip to content

Commit dc37ea6

Browse files
committed
addressing PR feedback: improve changelog message, shorten some names
1 parent 7147237 commit dc37ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changes/ab40d3c7-4701-47ee-87f5-985d68db8b7f.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "ab40d3c7-4701-47ee-87f5-985d68db8b7f",
33
"type": "bugfix",
4-
"description": "Include more information when retry strategy halts early due to capacity errors",
4+
"description": "Include more information when retry strategy halts early due to token bucket capacity errors",
55
"issues": [
66
"awslabs/aws-sdk-kotlin#1321"
77
]

services/s3/common/src/aws/sdk/kotlin/services/s3/internal/S3ErrorMetadata.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ internal fun setS3ErrorMetadata(exception: Any, response: HttpResponse, errorDet
4747
attributes.setIfValueNotNull(S3ErrorMetadata.RequestId2, requestId2)
4848

4949
attributes.appendValue(
50-
ErrorMetadata.AdditionalClientContext,
50+
ErrorMetadata.ClientContext,
5151
ClientErrorContext("Extended request ID", requestId2),
5252
)
5353
}

0 commit comments

Comments
 (0)