|
@@ -12,9 +12,9 @@ import org.springframework.context.annotation.Configuration;
|
|
public class MinioConfiguration {
|
|
public class MinioConfiguration {
|
|
private String endpoint;
|
|
private String endpoint;
|
|
|
|
|
|
- private String endpointPrivate;
|
|
|
|
|
|
+// private String endpointPrivate;
|
|
|
|
|
|
- private String endpointPublic;
|
|
|
|
|
|
+// private String endpointPublic;
|
|
private String endpointWithoutHttp;
|
|
private String endpointWithoutHttp;
|
|
private String accessKey;
|
|
private String accessKey;
|
|
private String secretKey;
|
|
private String secretKey;
|