jlefebure / spring-boot-starter-minio

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

Allow retrieving the (presigned) url for an object #3

Open razvgrecu opened 4 years ago

razvgrecu commented 4 years ago

Right now we can just directly download the files.

To get the object url one has to use the minioClient directly, would be nice if it's included in the service.

Also, having the client as protected in the minioService might be a good idea, as it can make extending the service easier for users.

I can submit a PR with these changes this week.