-
Notifications
You must be signed in to change notification settings - Fork 477
Open
Description
...
// 分片上传 v1
Configuration cfg = new Configuration();
UploadManager uploadManager = new UploadManager(cfg);
Auth auth = Auth.create(accessKey, secretKey);
String token = auth.uploadToken(bucketName);
Response r = upManager.put("hello world".getBytes(), "yourkey", token);
...
最后一句 应该是 uploadManager.put("hello world".getBytes(), "yourkey", token);
upManager 改为 uploadManager
Metadata
Metadata
Assignees
Labels
No labels