|
@@ -65,7 +65,7 @@ public class MinioConfig {
|
|
|
|
|
|
@Bean
|
|
|
MinioClient minioClient(MinioProperties properties) throws Exception {
|
|
|
- logger.info("init MinioClient,url is {} , accessKey is {} , secretKey is {}", properties.getUrl(), properties.getAccessKey(), properties.getSecretKey());
|
|
|
+ logger.info("init MinioClient,url is {} , accessKey is {} , secretKey is ***", properties.getUrl(), properties.getAccessKey());
|
|
|
MinioClient client = null;
|
|
|
if (properties.isSecure()) {
|
|
|
client = new MinioClient(properties.getUrl(), properties.getSecurePort(), properties.getAccessKey(), properties.getSecretKey(), null, true, okHttpClient());
|