@ConfigurationProperties(prefix="herodotus.oss.minio") public class MinioProperties extends Object
Description: Minio 配置参数
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MinioProperties.Pool |
| 构造器和说明 |
|---|
MinioProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessKey() |
String |
getBucketNamePrefix() |
String |
getEndpoint() |
MinioProperties.Pool |
getPool() |
String |
getSecretKey() |
String |
getTimestampFormat() |
void |
setAccessKey(String accessKey) |
void |
setBucketNamePrefix(String bucketNamePrefix) |
void |
setEndpoint(String endpoint) |
void |
setPool(MinioProperties.Pool pool) |
void |
setSecretKey(String secretKey) |
void |
setTimestampFormat(String timestampFormat) |
String |
toString() |
public String getEndpoint()
public void setEndpoint(String endpoint)
public String getAccessKey()
public void setAccessKey(String accessKey)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getBucketNamePrefix()
public void setBucketNamePrefix(String bucketNamePrefix)
public String getTimestampFormat()
public void setTimestampFormat(String timestampFormat)
public MinioProperties.Pool getPool()
public void setPool(MinioProperties.Pool pool)
Copyright © 2022. All rights reserved.