public interface OssProperties
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getBuckets()
The file's category and bucket mapping, the file will be stored in corresponding bucket for different category,
if the bucket is not defined for the file's category , the default bucket will be taken place.
|
com.aliyun.oss.ClientConfiguration |
getClientConfiguration() |
String |
getDefaultBucket()
The default bucket to store the file which's bucket is not specified for category.
|
String |
getEndpoint()
The oss domain base
|
String |
getKeyId()
The oss access key id
|
String |
getKeySecret()
The oss access secret
|
String getKeyId()
String getKeySecret()
String getEndpoint()
String getDefaultBucket()
Map<String,String> getBuckets()
com.aliyun.oss.ClientConfiguration getClientConfiguration()
Copyright © 2020. All rights reserved.