jlefebure / spring-boot-starter-minio

Minio starter for Spring Boot
Apache License 2.0
149 stars 70 forks source link

https not respected in spring.minio.url #17

Open smagicld opened 3 years ago

smagicld commented 3 years ago

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.