Skip to content

Commit b198d20

Browse files
committed
fix: Update GetBucketLocation marshaller to correctly parse S3 response
1 parent c7dee2d commit b198d20

File tree

5 files changed

+130
-50
lines changed

5 files changed

+130
-50
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"services": [
3+
{
4+
"serviceName": "S3",
5+
"type": "patch",
6+
"changeLogMessages": [
7+
"Fix generated `GetBucketLocation` operation to correctly parse response from S3."
8+
]
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)