Skip to content

minio in java

xml
        <!-- https://mvnrepository.com/artifact/io.minio/minio -->
        <dependency>
            <groupId>io.minio</groupId>
            <artifactId>minio</artifactId>
            <version>8.5.10</version>
        </dependency>

minio: endpoint: http://127.0.0.1:9000 #Minio服务所在地址 bucketName: learn #存储桶名称 accessKey: 28WDtssd2qbIN78EPoT7 #访问的key secretKey: fZzbSDxLPRVasdas3dPBnmog4I1uJKGXYFZQ4 #访问的秘钥