
teselagen/minio, you can use iptables command to enable all traffic coming to specific ports. Use below command to allow
access to port 9000
shiptables -A INPUT -p tcp --dport 9000 -j ACCEPT service iptables restart
Below command enables all incoming traffic to ports ranging from 9000 to 9010.
shiptables -A INPUT -p tcp --dport 9000:9010 -j ACCEPT service iptables restart
For hosts with ufw enabled (Debian based distros), you can use ufw command to allow traffic to specific ports. Use below command to allow access to port 9000
shufw allow 9000
Below command enables all incoming traffic to ports ranging from 9000 to 9010.
shufw allow 9000:9010/tcp
For hosts with firewall-cmd enabled (CentOS), you can use firewall-cmd command to allow traffic to specific ports. Use below commands to allow access to port 9000
shfirewall-cmd --get-active-zones
This command gets the active zone(s). Now, apply port rules to the relevant zones returned above. For example if the zone is public, use
shfirewall-cmd --zone=public --add-port=9000/tcp --permanent
Note that permanent makes sure the rules are persistent across firewall start, restart or reload. Finally reload the firewall for changes to take effect.
shfirewall-cmd --reload
Minio Server comes with an embedded web based object browser. Point your web browser to [***] ensure your server has started successfully.
!Screenshot
mcmc provides a modern alternative to UNIX commands like ls, cat, cp, mirror, diff etc. It supports filesystems and Amazon S3 compatible cloud storage services. Follow the Minio Client Quickstart Guide for further instructions.
When deployed on a single drive, Minio server lets clients access any pre-existing data in the data directory. For example, if Minio is started with the command minio server /mnt/data, any pre-existing data in the /mnt/data directory would be accessible to the clients.
The above statement is also valid for all gateway backends.
mc with Minio Serveraws-cli with Minio Servers3cmd with Minio Serverminio-go SDK with Minio ServerPlease follow Minio Contributor's Guide
![FOSSA Status]([***]
manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务