
yoyowallet/minioMinio is an object storage server released under Apache License v2.0. It is compatible with Amazon S3 cloud storage service. It is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB.
Minio server is light enough to be bundled with the application stack, similar to NodeJS, Redis and MySQL.
| Platform | Architecture | URL |
|---|---|---|
| GNU/Linux | 64-bit Intel | [***] |
| 32-bit Intel | [***] | |
| 32-bit ARM | [***] | |
| Apple OS X | 64-bit Intel | [***] |
| Microsoft Windows | 64-bit | [***] |
| 32-bit | [***] | |
| FreeBSD | 64-bit | [***] |
Install minio packages using Homebrew
sh$ brew install minio $ minio --help
Source installation is only intended for developers and advanced users. If you do not have a working Golang environment, please follow How to install Golang.
sh$ go get -u github.com/minio/minio
In the examples below, Minio serves the contents of the Photos directory as an object store.
sh$ chmod +x minio $ ./minio --help $ ./minio server ~/Photos Endpoint: [***] [***] [***] AccessKey: USWUXHGYZQYFYFFIT3RE SecretKey: MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 Region: us-east-1 Browser Access: [***] [***] [***] Command-line Access: [***] $ mc config host add myminio [***] USWUXHGYZQYFYFFIT3RE MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 Object API (Amazon S3 compatible): Go: [***] Java: [***] Python: [***] JavaScript: [***]
sh$ chmod 755 minio $ ./minio --help $ ./minio server ~/Photos Endpoint: [***] [***] [***] AccessKey: USWUXHGYZQYFYFFIT3RE SecretKey: MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 Region: us-east-1 Browser Access: [***] [***] [***] Command-line Access: [***] $ mc config host add myminio [***] USWUXHGYZQYFYFFIT3RE MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 Object API (Amazon S3 compatible): Go: [***] Java: [***] Python: [***] JavaScript: [***]
shC:\Users\Username\Downloads> minio.exe --help C:\Users\Username\Downloads> minio.exe server D:\Photos Endpoint: [***] [***] [***] AccessKey: USWUXHGYZQYFYFFIT3RE SecretKey: MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 Region: us-east-1 Browser Access: [***] [***] [***] Command-line Access: [***] $ mc.exe config host add myminio [***] USWUXHGYZQYFYFFIT3RE MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 Object API (Amazon S3 compatible): Go: [***] Java: [***] Python: [***] JavaScript: [***]
sh$ docker pull minio/minio $ docker run -p 9000:9000 minio/minio
Please visit Minio Docker quickstart guide for more here
sh$ chmod 755 minio $ ./minio --help $ ./minio server ~/Photos Endpoint: [***] [***] [***] AccessKey: USWUXHGYZQYFYFFIT3RE SecretKey: MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 Region: us-east-1 Browser Access: [***] [***] [***] Command-line Access: [***] $ mc config host add myminio [***] USWUXHGYZQYFYFFIT3RE MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 Object API (Amazon S3 compatible): Go: [***] Java: [***] Python: [***] JavaScript: [***]
Please visit official zfs FreeBSD guide for more details here
Open a web browser and navigate to [***] to view your buckets on minio server.
!Screenshot
mcInstall mc from here. Use mc ls command to list all the buckets on your minio server.
sh$ mc config host add myminio [***] USWUXHGYZQYFYFFIT3RE MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03 $ mc mb myminio/mybucket $ mc ls myminio/ [2015-08-05 08:13:11 IST] 0B mybucket/
For more examples please navigate to Minio Client Complete Guide.
mc with Minio Serveraws-cli with Minio Servers3cmd with Minio Serverminio-go SDK with Minio ServerPlease follow Minio Contributor's Guide
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务