spring-boot-starter-minio icon indicating copy to clipboard operation
spring-boot-starter-minio copied to clipboard

https not respected in spring.minio.url

Open smagicld opened this issue 3 years ago • 0 comments

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.

smagicld avatar Apr 28 '21 20:04 smagicld