(String objectId, String remotePath)
| 356 | } |
| 357 | |
| 358 | public static void pushObject(String objectId, String remotePath) { |
| 359 | remotePath += "/.zit"; |
| 360 | FileUtil.copy(String.format(ConstantVal.OBJECTS_DIR + "/%s", objectId), String.format("%s/objects/%s", remotePath, objectId)); |
| 361 | } |
| 362 | |
| 363 | } |