sorry for late reply. The pull request has been merged and will be
backported to Hammer.
I think that a workaround exists. You might try to delete currently
present DLO (but not its segments) and then reupload it with
non-urlencoded X-Object-Manifest header.
Hi Jerome,
sorry for late reply. The pull request has been merged and will be
backported to Hammer.
I think that a workaround exists. You might try to delete currently
present DLO (but not its segments) and then reupload it with
non-urlencoded X-Object-Manifest header.
I used commands similar to these:
curl -i "$publicURL/Disc Images/HP Pavilion dv7-6c95dx Recovery Disc (1 of 3).ISO" -X DELETE -H "X-Auth-Token: $token"
curl -i "$publicURL/Disc Images/HP Pavilion dv7-6c95dx Recovery Disc (1 of 3).ISO" -X PUT -H "X-Object-Manifest: Disc Images_segments/HP Pavilion dv7-6c95dx Recovery Disc (1 of 3).ISO/ 1349485243. 680366/ 8192393216/ 2147483648/ " -H "X-Auth-Token: $token"
However, you must be aware that HTTP server might affect this solution.
I did a try on nginx, not Apache.