对象存储 https://github.com/minio/minio

天问 af09eec427 Update 'README.md' 3 months ago
README.md af09eec427 Update 'README.md' 3 months ago

README.md

minio

对象存储,兼容aws

Develop

wget https://dl.min.io/server/minio/release/darwin-amd64/minio
chmod +x minio
./minio server /data


podman run -p 9000:9000 -p 9001:9001 \
  quay.io/minio/minio server /data --console-address ":9001"