|
public void uploadBySh(String filePath, String key) {
|
|
public void uploadBySh(String filePath, String key) {
|
|
String cmd = String.format(CmdConstant.UPLOAD_DIR, bucket, filePath, key , "aws");
|
|
String cmd = String.format(CmdConstant.UPLOAD_DIR, bucket, filePath, key , "aws");
|