public interface OssProperties
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
String |
getDefaultBucket()
The default bucket to store the file which's bucket is not specified for category.
|
String |
getImgDomain()
The img domain base
|
String |
getKeyId()
The oss access key id
|
String |
getOssDomain()
The oss domain base
|
String |
getSecret()
The oss access secret
|
String getKeyId()
String getSecret()
String getOssDomain()
String getImgDomain()
String getDefaultBucket()
Copyright © 2016. All rights reserved.