Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MinIoProperties

        public MinIoProperties()
    • Method Detail

      • getHosts

        public MinIoHostInfo getHosts​(java.lang.String host)