Skip to content

Commit

Permalink
[fix](S3)delete main function because hardcoded ip is not safe (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy3993 authored Sep 26, 2023
1 parent 33630e1 commit 1f8e0b4
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,4 @@ public static String getKey() {
return key;
}

public static void main(String[] args) throws IOException {
S3Utils.parseURI("https://10.10.10.1:9000/bucket1/path/person.avro");
String bucket1 = S3Utils.getBucket();
String key1 = S3Utils.getKey();
System.out.println(bucket1 + " " + key1);
}

}

0 comments on commit 1f8e0b4

Please sign in to comment.