Keep running across dns resolution failure #3345
-
version: 1.9.234 My code can list-bucket, list objects, put object, but it cannot GetObject, and the error are as above, due to dns resolustion failure I set up my S3CrtClient with such code;
It's rather wired:
any advices will be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
why should this name be resolvable? how are you creating a entry for that name? minio by default runs on localhost, what is your setup where you expect that to be available. |
Beta Was this translation helpful? Give feedback.
-
Hi, @sbiscigl
|
Beta Was this translation helpful? Give feedback.
-
when setting s3ClientConfig.endpointOverride = ConvertToAwsString("localhost:9000"), I got error as follow: 20250414 18:16:09.868304 1457349 MinioChunkManager.cpp:117] [SERVER][ProcessFormattedStatement][milvus][][AWS LOG] [DEBUG] 2025-04-14 10:16:09.868 dns [132413028042304] static: resolving host localhost:9000 it seems that aws-sdk try to parse the whole 'localhost:9000' as an ip and failed? |
Beta Was this translation helpful? Give feedback.
-
Hello,
Starting 1.10, the endpoint resolution has been completely overwritten and I also remember doing some fixes for endpoint override for the S3 client. Best regards. |
Beta Was this translation helpful? Give feedback.
Hello,
I can see you are using a pretty old version.
Starting 1.10, the endpoint resolution has been completely overwritten and I also remember doing some fixes for endpoint override for the S3 client.
Could you please try with the latest 1.11.x released version?
Best regards.