From 73f331df84d2b2ff1fff8cb87eae1edfbe983c2d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 2 Sep 2018 14:19:24 -0700 Subject: add java example of copying to weed s3 end point --- other/java/s3copy/copier/pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 other/java/s3copy/copier/pom.xml (limited to 'other/java/s3copy/copier/pom.xml') diff --git a/other/java/s3copy/copier/pom.xml b/other/java/s3copy/copier/pom.xml new file mode 100644 index 000000000..f8cb9e91c --- /dev/null +++ b/other/java/s3copy/copier/pom.xml @@ -0,0 +1,35 @@ + + 4.0.0 + com.seaweedfs.s3 + copier + jar + 1.0-SNAPSHOT + copier + http://maven.apache.org + + + + + com.amazonaws + aws-java-sdk-bom + 1.11.327 + pom + import + + + + + + + com.amazonaws + aws-java-sdk-s3 + + + junit + junit + 3.8.1 + test + + + -- cgit v1.2.3