Skip to content

ReadMe.md文档里,示例代码命名打错了吧 #538

@Saiwen-cyber

Description

@Saiwen-cyber

...
// 分片上传 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions