Are there any prebuilt packages of AWS SDK S3 for Ubuntu? #3240
Unanswered
RidaShamasneh
asked this question in
Q&A
Replies: 2 comments
-
packages do exist but we dont vend them, but we recommend building from source, if you only want to build S3 the cmake option |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @sbiscigl for your response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working on a simple C++ application that needs to connect to an S3 endpoint. Is there a prebuilt Ubuntu package for the AWS SDK for C++ that I can install using
apt-get install aws-sdk-cpp
or something similar? I'm hoping to avoid downloading and building the entire SDK from source.Your assistance would be greatly appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions