Class MinIoProperties
- java.lang.Object
-
- com.netgrif.application.engine.files.minio.MinIoProperties
-
@Component @ConfigurationProperties(prefix="nae.storage.minio") public class MinIoProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DEFAULT_BUCKET
static java.lang.String
HOST
-
Constructor Summary
Constructors Constructor Description MinIoProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MinIoHostInfo
getHosts(java.lang.String host)
-
-
-
Field Detail
-
HOST
public static final java.lang.String HOST
- See Also:
- Constant Field Values
-
DEFAULT_BUCKET
public static final java.lang.String DEFAULT_BUCKET
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHosts
public MinIoHostInfo getHosts(java.lang.String host)
-
-