MinIO API responded with message=Please reduce your request

Posted 棉晗榜

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MinIO API responded with message=Please reduce your request相关的知识,希望对你有一定的参考价值。

minio报错信息:
MinIO API responded with message=Please reduce your request

出现这个错误会导致无法上传文件,一般都是没有为minio集群设置环境变量

在CentOS中控制台执行命令,配置环境变量,注意每个节点服务器都要执行:

export MINIO_ACCESS_KEY=minio
export MINIO_SECRET_KEY=minio123456

然后在执行集群启动命令

nohup /minio/minio server http://192.168.1.117/minio1 http://192.168.1.117/minio2 http://192.168.1.118/minio1 http://192.168.1.118/minio2   &

执行之后在浏览器访问minio文件服务
http://192.168.1.118:9000/
登录账号即为设置的 minio
密码即为设置的 minio123456

进入之后就可以上传文件了

以上是关于MinIO API responded with message=Please reduce your request的主要内容,如果未能解决你的问题,请参考以下文章

Monitor Minio server with Prometheus

Stream processing with Apache Flink and Minio

如何让 best_in_place 的 respond_with_bip 工作?

kibana启动报错 Elasticsearch cluster did not respond with license information

Failed to load resource: the server responded with a status of 404 (Not Found)

Spring Boot Failed to load resource: the server responded with a status of 404 ()