修复io.minio.errors.ErrorResponseException: Access denied错误

简介: 修复io.minio.errors.ErrorResponseException: Access denied错误

完整错误如下:

io.minio.errors.ErrorResponseException: Access denied
        at io.minio.MinioClient.execute(MinioClient.java:1135) ~[minio-7.1.0.jar!/:7.1.0]
        at io.minio.MinioClient.execute(MinioClient.java:935) ~[minio-7.1.0.jar!/:7.1.0]
        at io.minio.MinioClient.executeHead(MinioClient.java:1204) ~[minio-7.1.0.jar!/:7.1.0]
        at io.minio.MinioClient.bucketExists(MinioClient.java:3592) ~[minio-7.1.0.jar!/:7.1.0]

该错误的意思是没有访问MinIO的权限,修复方式如下:

  1. 客户端所处于的机器时间与MinIO服务器的时间不一致,只要时间改成一直即可,解决方案参考:《Linux服务器时间设置及同步》
  2. 检查地址accessIdaccessSecret是否正确?
目录
相关文章
|
2月前
|
iOS开发 Perl
解決pod install报错:unable to access: LibreSSL SSL_read: error:Operation timed out, errno 60
解決pod install报错:unable to access: LibreSSL SSL_read: error:Operation timed out, errno 60
59 0
|
4月前
|
Kubernetes 容器 Perl
k8s部署seata 报错 没有提供足够的身份验证信息 [ http-nio-7091-exec-2] [ty.JwtAuthenticationEntryPoint] [ commence] [] : Responding with unauthorized error. Message - Full authentication is required to access this resource
Kubernetes pod 在16:12时出现两次错误,错误信息显示需要完整认证才能访问资源。尽管有此错误,但页面可正常访问。附有yaml配置文件的图片。
334 2
|
12月前
|
运维 Java 应用服务中间件
【Nginx异常】无法加载响应数据:No data found for resource with given identifier,后端服务报Caused by: java.io.IOExcepti
【Nginx异常】无法加载响应数据:No data found for resource with given identifier,后端服务报Caused by: java.io.IOExcepti
1282 0
|
5月前
|
Kubernetes 容器 Perl
error: unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is cu
error: unable to retrieve the complete list of server APIs: metrics.k8s.io/v1beta1: the server is cu
90 0
|
5月前
|
Python
Tunnel connection failed - 503 Service Unavailable 错误修复
Tunnel connection failed - 503 Service Unavailable 错误修复
服务器重启后 Host key verification failed
服务器重启后 Host key verification failed
136 0
服务器重启后 Host key verification failed
|
网络安全
unable to access ‘https://github.com/adobe-webplatform/eve.git/‘: Failed to connect to github.com
unable to access ‘https://github.com/adobe-webplatform/eve.git/‘: Failed to connect to github.com
|
存储 安全 Linux
Docker——denied: requested access to the resource is denied问题以及解决方法
使用<font color=red>docker push</font>推送镜像时,出现<font color=red>denied: requested access to the resource is denied</font>的报错。
4970 0
Docker——denied: requested access to the resource is denied问题以及解决方法
|
机器学习/深度学习 Web App开发 移动开发
pip安装时 fatal error C1083 无法打开包括文件 “io.h” No such file or directory
pip安装时 fatal error C1083 无法打开包括文件 “io.h” No such file or directory
531 2
|
应用服务中间件 nginx
Failed:(13: Permission denied)导致访问浏览器出现Nginx 500 Internal Server Error
Failed:(13: Permission denied)导致访问浏览器出现Nginx 500 Internal Server Error
700 1
Failed:(13: Permission denied)导致访问浏览器出现Nginx 500 Internal Server Error