File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( LICENSE )
4
4
[ ![ Build Status] ( https://travis-ci.org/qiniu/java-sdk.svg )] ( https://travis-ci.org/qiniu/java-sdk )
5
5
[ ![ GitHub release] ( https://img.shields.io/github/v/tag/qiniu/java-sdk.svg?label=release )] ( https://github.com/qiniu/java-sdk/releases )
6
+ [ ![ Docs] ( https://img.shields.io/github/v/tag/qiniu/java-sdk.svg?label=docs&color=yellow )] ( https://qiniu.github.io/java-sdk/ )
6
7
[ ![ Coverage Status] ( https://codecov.io/gh/qiniu/java-sdk/branch/master/graph/badge.svg )] ( https://codecov.io/gh/qiniu/java-sdk )
7
8
[ ![ Latest Stable Version] ( https://img.shields.io/maven-central/v/com.qiniu/qiniu-java-sdk.svg )] ( http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.qiniu%22%20AND%20a%3A%22qiniu-java-sdk%22 )
8
9
## 安装
@@ -43,7 +44,7 @@ Auth auth = Auth.create(accessKey, secretKey);
43
44
String token = auth. uploadToken(bucketName);
44
45
String key = " file save key" ;
45
46
Response r = uploadManager. put(" hello world" . getBytes(), key, token);
46
-
47
+
47
48
// 分片上传 v2
48
49
import com.qiniu.storage.UploadManager ;
49
50
import com.qiniu.util.Auth ;
You can’t perform that action at this time.
0 commit comments