| Constructor and Description |
|---|
| com.qcloud.cos.auth.AnonymousCOSCredentials(String)
appid should be included in bucket name. for example if your appid
is 125123123, previous bucket is ott. you should set bucket as ott-125123123.
use
AnonymousCOSCredentials() |
| com.qcloud.cos.auth.BasicCOSCredentials(String, String, String)
appid should be included in bucket name. for example if your appid
is 125123123, previous bucket is ott. you should set bucket as ott-125123123.
use
BasicCOSCredentials(String, String) |
| com.qcloud.cos.auth.BasicSessionCredentials(String, String, String, String)
appid should be included in bucket name. for example if your appid is 125123123,
previous bucket is ott. you should set bucket as ott-125123123. use
BasicSessionCredentials(String, String, String) |
| com.qcloud.cos.auth.InstanceProfileCredentials(String, String, String, String, long) |
| com.qcloud.cos.event.ProgressEvent(long) |
| Enum Constant and Description |
|---|
| com.qcloud.cos.event.ProgressEventType.BYTE_TRANSFER_EVENT |
Copyright © 2024. All rights reserved.