Skip to content

Commit

Permalink
[Improve][Test] Remove useless code of S3Utils. (#7515)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlechazoW authored Aug 28, 2024
1 parent 8e0ca8f commit 8ea9080
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,4 @@ public void close() {
s3Client.shutdown();
}
}

public static void main(String[] args) {
S3Utils s3Utils = new S3Utils();
s3Utils.uploadTestFiles(
"/Users/gaojun/workspace/seatunnel/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-s3-e2e/src/test/resources/excel/e2e.xlsx",
"test/test/seatunnel/e2e.xlsx",
false);

s3Utils.createDir("test/test1");
s3Utils.uploadTestFiles(
"/Users/gaojun/workspace/seatunnel/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-s3-e2e/src/test/resources/excel/e2e.xlsx",
"test/test1/seatunnel/e2e.xlsx",
false);
}
}

0 comments on commit 8ea9080

Please sign in to comment.