Does AWS S3 C++ SDK support lambda access point for GetObject? #1908
Answered
by
vudh1
ruochenj123
asked this question in
Q&A
-
I have a lambda function for S3 bucket. I tested it using Python boto3 and it worked well. However, when I tried to use C++ SDK it gave an error of "curlCode: 7, Couldn't connect to server". I just copied ARN of my lambda access point and put it into GetObject API. Is there something wrong here or it is not supported? |
Beta Was this translation helpful? Give feedback.
Answered by
vudh1
Apr 18, 2022
Replies: 1 comment 1 reply
-
Are you using this code sample for running? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jmklix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you using this code sample for running?