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 33[ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg )] ( LICENSE )
44[ ![ Build Status] ( https://travis-ci.org/qiniu/java-sdk.svg )] ( https://travis-ci.org/qiniu/java-sdk )
55[ ![ 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/ )
67[ ![ Coverage Status] ( https://codecov.io/gh/qiniu/java-sdk/branch/master/graph/badge.svg )] ( https://codecov.io/gh/qiniu/java-sdk )
78[ ![ 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 )
89## 安装
@@ -43,7 +44,7 @@ Auth auth = Auth.create(accessKey, secretKey);
4344String token = auth. uploadToken(bucketName);
4445String key = " file save key" ;
4546Response r = uploadManager. put(" hello world" . getBytes(), key, token);
46-
47+
4748// 分片上传 v2
4849import com.qiniu.storage.UploadManager ;
4950import com.qiniu.util.Auth ;
You can’t perform that action at this time.
0 commit comments