'Does AWS S3 C++ SDK support lambda access point for GetObject?
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?
BTW I tested access point and it worked well for C++.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
