minio / minio-py

MinIO Client SDK for Python
https://docs.min.io/docs/python-client-quickstart-guide.html
Apache License 2.0
851 stars 325 forks source link

BUG : minio.error.S3Error: S3 operation failed; code: AccessDenied, message: Access denied, resource: #1395

Closed erfanmo closed 9 months ago

erfanmo commented 9 months ago

Hello, I noticed when using the latest version (image) that when Expiry date is not defined in the access key, I will see this Error minio.error.S3Error: S3 operation failed; code: AccessDenied, message: Access denied, resource:

But after defining the date, the problem will not be solved until I update date again. I will be grateful that in the version Check its future and fix it.

balamurugana commented 9 months ago

Expiry date to access key is unrelated to client SDK. Please check your credential provider.