springboot minio

ddatsh

dev #minio

存储发展

企业场景无非是这三种:磁盘(块存储设备),挂载至目录像本地文件一样使用(文件共享存储),通过API向存储系统中上传PUT和下载GET文件(对象存储)

minio

https://github.com/minio/minio > The MinIO documentation website >Software Development Kits (SDK) >Java Quickstart Guide 下面有个 Java Client API Reference

概念

https://www.abelsun.tech/arch/minio/minio-concept.html

https://gitee.com/ddatsh/minio-upload

ref

Gluster和Ceph对比