-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: Unable to connect to endpoint #3114
Comments
Hello Team, Any update? |
Hello @Vleena1, Thank you for providing the detailed issue description. From the information you've shared, it appears that you're using the AWS C++ SDK to interact with Amazon S3 from a Linux server. To better assist you and troubleshoot the issue more effectively, we need to confirm the specific AWS SDK you're using. Based on the mention of the If you could confirm that you're indeed using the AWS C++ SDK, it would be helpful to transfer this issue to the appropriate repository for the AWS C++ SDK. This way, the team responsible for maintaining and supporting the C++ SDK can provide more targeted guidance and assistance. Regards, |
Hello Chaitanya,
Thank you for your patience.
We are using AWS C++ SDK version 1.4.50.
Please expedite this issue and let me know if you need any further information.
Regards,
Vleena
From: bhoradc ***@***.***>
Sent: Monday, September 16, 2024 9:32 PM
To: aws/aws-sdk ***@***.***>
Cc: Mascarenhas, Vleena [CONTINGENT WORKER] ***@***.***>; Mention ***@***.***>
Subject: Re: [aws/aws-sdk] ERROR: Unable to connect to endpoint (Issue aws/aws-sdk-cpp#3114)
Hello @Vleena1<https://urldefense.com/v3/__https:/github.com/Vleena1__;!!KpaPruflFCEp!mjvgpzsYyQ0zeEWB0VwECeIU-Cvj-uZSwDNUCw2t_V-4Z37m2JXB50gDwn6Xj438J-KYf16ex5PA4nX8lbctX2LoHllRGA$>,
Thank you for providing the detailed issue description. From the information you've shared, it appears that you're using the AWS C++ SDK to interact with Amazon S3 from a Linux server.
To better assist you and troubleshoot the issue more effectively, we need to confirm the specific AWS SDK you're using. Based on the mention of the libaws-cpp-sdk-core.so library, it seems likely that you're utilizing the AWS C++ SDK.
If you could confirm that you're indeed using the AWS C++ SDK, it would be helpful to transfer this issue to the appropriate repository for the AWS C++ SDK. This way, the team responsible for maintaining and supporting the C++ SDK can provide more targeted guidance and assistance.
Regards,
Chaitanya
—
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/aws/aws-sdk/issues/815*issuecomment-2353327205__;Iw!!KpaPruflFCEp!mjvgpzsYyQ0zeEWB0VwECeIU-Cvj-uZSwDNUCw2t_V-4Z37m2JXB50gDwn6Xj438J-KYf16ex5PA4nX8lbctX2LL7OQkWA$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/BLGRQKGCTUG764YQSJOEQXTZW36JDAVCNFSM6AAAAABOETF4UKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJTGMZDOMRQGU__;!!KpaPruflFCEp!mjvgpzsYyQ0zeEWB0VwECeIU-Cvj-uZSwDNUCw2t_V-4Z37m2JXB50gDwn6Xj438J-KYf16ex5PA4nX8lbctX2LeziCvuA$>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
what is this utility? where is it defined? how do the call the aws sdk?
why did adding the library fix it? how are you actually using the SDK?
That commit is 6 years old, why are you using that old of a version? Overall I'm not following what you are asking. This sounds like a third party tool that is using a very old version of the SDK. I would suggest contacting the owner of this tool. If you can provide code using the SDK to replicate your issue we can help |
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one. |
we are trying the access the AWS bucket from the Linux server using the utility call ssadrv as shown below
ssadrv -a aws_sdk://<bucket_name>/<aws_url_along with bucketname>
Eg: ssadrv -a aws_sdk://PER/https://s3.us-east-1.aws.amazon.com/infagcs/PER
bucket was not accessible from Linux server, hence we have added the following library "libaws-cpp-sdk-core.so" to the Linux server and issue got resolved, now we are try to delete the data from the AWS bucket file from the Linux server, but it is failing with the following error message
"ERROR: ERROR: Exception Name:, Error Message:Unable to connect to endpoint".
Please let us the answers for below queries:
1: Which scenario the endpoint error will trigger, Is there any configuration missing?
2: How we can find the aws sdk version from RHEL 8 Linux server ?
3: Is this library "libaws-cpp-sdk-core.so" is compatible with RHEL 8 server?
The text was updated successfully, but these errors were encountered: