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 @@ -15,19 +15,19 @@ Java 1.8 or above, with one of the following environments:
1515<dependency >
1616 <groupId >io.minio</groupId >
1717 <artifactId >minio</artifactId >
18- <version >6.0.8 </version >
18+ <version >6.0.9 </version >
1919</dependency >
2020```
2121
2222## Download from gradle
2323``` xml
2424dependencies {
25- compile 'io.minio:minio:6.0.8 '
25+ compile 'io.minio:minio:6.0.9 '
2626}
2727```
2828
2929## Download from JAR
30- You can download the latest [ JAR] ( http://repo1.maven.org/maven2/io/minio/minio/6.0.8 / ) directly from maven.
30+ You can download the latest [ JAR] ( http://repo1.maven.org/maven2/io/minio/minio/6.0.9 / ) directly from maven.
3131
3232## Quick Start Example - File Uploader
3333This example program connects to an object storage server, makes a bucket on the server and then uploads a file to the bucket.
@@ -80,12 +80,12 @@ public class FileUploader {
8080
8181#### Compile FileUploader
8282``` sh
83- javac -cp " minio-6.0.8 -all.jar" FileUploader.java
83+ javac -cp " minio-6.0.9 -all.jar" FileUploader.java
8484```
8585
8686#### Run FileUploader
8787``` sh
88- java -cp " minio-6.0.8 -all.jar:." FileUploader
88+ java -cp " minio-6.0.9 -all.jar:." FileUploader
8989/home/user/Photos/asiaphotos.zip is successfully uploaded as asiaphotos.zip to ` asiatrip` bucket.
9090
9191mc ls play/asiatrip/
You can’t perform that action at this time.
0 commit comments