-
Notifications
You must be signed in to change notification settings - Fork 501
Description
Hi, we are using minio java sdk to connect to Minio . while putting an object we are getting below error:
ErrorResponse(code = NoSuchKey, message = The specified key does not exist., bucketName = strauss, objectName = estatement/strauscustmap.txt, resource = /strauss/estatement/strauscustmap.txt, requestId = 1858
B01145702FC8, hostId = ef389419-a091-45f6-84d9-0d1b0a33cf2f)
request={method=PUT, url=https://minio-prd.*.com:4951/strauss/estat/
trauscustmap.txt, headers=Content-Type: application/octet-stream
in Minio logs we can see below error:
API: PutObject(bucket=strauss, object=estatement/strauscustmap.txt)
Time: 22:43:37 UTC 08/05/2025
DeploymentID: ef389419-a091-45f6-84d9-0d1b0a33cf2f
RequestID: 185900430AE61FA6
RemoteHost: 10...150
Host: minio-prd.*.com:4951
UserAgent: MinIO (Windows Server 2019; amd64) minio-java/8.4.3
Error: file not found (cmd.StorageErr)
please let us know what could be the issue?