}
HttpMethodAndByteCount methodAndByteCount = performRestPut(
destinationBucketName, destinationObjectKey, metadata, null, null, false);
CopyObjectResultHandler handler = (new XmlResponsesSaxParser()).parseCopyObjectResponse(
new HttpMethodReleaseInputStream(methodAndByteCount.getHttpMethod()));
// Release HTTP connection manually. This should already have been done by the
// HttpMethodReleaseInputStream class, but you can never be too sure...
methodAndByteCount.getHttpMethod().releaseConnection();