spring-boot-starter-minio
spring-boot-starter-minio copied to clipboard
https not respected in spring.minio.url
Hi
If I set in spring.minio.url=https://s3.myurl.com, then the connection goes always to port 80 (http)
Adding: spring.minio.secure=true fixes the problem (connection goes over https), but you have to check your source code to fix it.
Expected: if spring.minio.url has https - go over https else http.