File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,19 @@ This document assumes that you have one of the following Java Environments setup
1414<dependency >
1515 <groupId >io.minio</groupId >
1616 <artifactId >minio</artifactId >
17- <version >3.0.1 </version >
17+ <version >3.0.2 </version >
1818</dependency >
1919```
2020
2121## Download from gradle
2222``` xml
2323dependencies {
24- compile 'io.minio:minio:3.0.1 '
24+ compile 'io.minio:minio:3.0.2 '
2525}
2626```
2727
2828## Download from JAR
29- You can download the latest [ JAR] ( http://repo1.maven.org/maven2/io/minio/minio/3.0.1 / ) directly from maven.
29+ You can download the latest [ JAR] ( http://repo1.maven.org/maven2/io/minio/minio/3.0.2 / ) directly from maven.
3030
3131## Quick Start Example - File Uploader
3232This example program connects to an object storage server, makes a bucket on the server and then uploads a file to the bucket.
@@ -79,12 +79,12 @@ public class FileUploader {
7979
8080#### Compile FileUploader
8181``` sh
82- javac -cp " minio-3.0.1 -all.jar" FileUploader.java
82+ javac -cp " minio-3.0.2 -all.jar" FileUploader.java
8383```
8484
8585#### Run FileUploader
8686``` sh
87- java -cp " minio-3.0.1 -all.jar:." FileUploader
87+ java -cp " minio-3.0.2 -all.jar:." FileUploader
8888/home/user/Photos/asiaphotos.zip is successfully uploaded as asiaphotos.zip to ` asiatrip` bucket.
8989
9090mc ls play/asiatrip/
You can’t perform that action at this time.
0 commit comments