-
Notifications
You must be signed in to change notification settings - Fork 70
Properties
You can find here all properties that are available into Spring Boot Starter Minio.
spring.minio.url
Set the Minio instance URL. Must be a full URL with scheme. For example, https://play.min.io.
spring.minio.access-key
Set the access key which for authentication on the Minio instance. Equivalent to a login.
spring.minio.secret-key
Set the secret key which for authentication on the Minio instance. Equivalent to a password.
spring.minio.bucket
Set the bucket for the application. Default is the application name as defined in spring.application.name
property.
spring.minio.secure
Set the secure parameter on Minio connection, when the MinioClient will be instanciate.
spring.minio.metric-name
Set the metric name on Actuator.
spring.minio.connect-timeout
Set the connect timeout duration. This is a duration, so the value can be configured as "4s", "4000ms", "1m", ...
spring.minio.read-timeout
Set the read timeout duration. This is a duration, so the value can be configured as "4s", "4000ms", "1m", ...
spring.minio.write-timeout
Set the write timeout duration. This is a duration, so the value can be configured as "4s", "4000ms", "1m", ...