@Override
 public MultipartUploadRequest setMethod(String method) {
   super.setMethod(method);
   return this;
 }