Skip to content

Commit 0036eed

Browse files
authored
Fix issue #3993 (#3994) Update PutObjectAcl and PutBucketACl to write the xmlAttributes first
* Fix issue #3993. Update PutObjectAcl and PutBucketACl to write the xmlAttributes first * remove unused variable
1 parent b536148 commit 0036eed

File tree

5 files changed

+568
-551
lines changed

5 files changed

+568
-551
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 issue #3993. PutObjectAcl was failing when Grantee's Type member was set because the xml attribute not being written first leading to invalid xml. PutBucketAcl would also fail with the same issue if Type is set. This change writes the attributes first if they are present."
8+
]
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)