object put with X-Amz-Copy-Source does not generate xml response
Bug #1378060 reported by
Ondergetekende
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Swift3 |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
When an object copy is posted, an empty response is returned. This is caused at line
https:/
The request gets checked against "HTTP_X_COPY_FROM", which is the swift header. However, the request in that function is the original AWS request, so the check should be against HTTP_X_
I'll cook up a patch asap, though I'm struggling with how to do proper unit testing.
description: | updated |
Changed in swift3: | |
status: | New → Confirmed |
Changed in swift3: | |
status: | Confirmed → In Progress |
To post a comment you must log in.
Patch is in review: https:/ /review. openstack. org/#/c/ 126403/