public interface QiniuProperties
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey()
The access key
|
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 |
getHost()
The host of qiniu cloud
|
String |
getSecretKey()
The secret key
|
Copyright © 2020. All rights reserved.