Annotation Type Minio


  • @Target({FIELD,PARAMETER})
    @Retention(RUNTIME)
    @Inherited
    public @interface Minio
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String DEFAULT  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String accessKey
      Optional, use this access key instead of a random one.
      java.lang.String bucket
      Optional, use this bucket instead of a random one.
      java.lang.String secretKey
      Optional, use this secert key instead of a random one.
    • Field Detail

      • DEFAULT

        static final java.lang.String DEFAULT
    • Element Detail

      • accessKey

        java.lang.String accessKey
        Optional, use this access key instead of a random one.
        Default:
        "minio_default_value__"
      • secretKey

        java.lang.String secretKey
        Optional, use this secert key instead of a random one.
        Default:
        "minio_default_value__"
      • bucket

        java.lang.String bucket
        Optional, use this bucket instead of a random one.
        Default:
        "minio_default_value__"