method.setEntity(entity);
for(String key : metadata.keySet()) {
// logger.warn("Key:" + key + ":" + sanitizeForURI(metadata.get(key)));
method.setHeader(FilesConstants.X_OBJECT_META + key, sanitizeForURI(metadata.get(key)));
}
method.removeHeaders("Content-Length");
try {
FilesResponse response = new FilesResponse(client.execute(method));