Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
109 views

I am designing a library where I need AWS SDK for S3 and Kinesis as wrapped sub-components. In an executable, Aws::InitAPI() and Aws::ShutdownAPI() can be called once, so I am trying to design a ...
1 vote
0 answers
63 views

I'm using AWS SDK for C++ (v1.9+) in Unreal Engine to download files from S3, but I keep getting crashes in aws_cpp_sdk_core!Aws::Utils::Stream::ResponseStream::ReleaseStream() Here's my exact code: ...
0 votes
0 answers
44 views

I managed to generate a presigned url to download a S3 file with AWS SDK CPP: std::string presigned_url = s3_client.GeneratePresignedUrl(bucket, key, Aws::Http::HttpMethod::HTTP_GET, EXPIRATION_TIME); ...
0 votes
1 answer
162 views

Sending a request with CloudWatchClient::PutMetricData in the AWS C++ SDK results in an IncompleteSignature exception with the following details: Authorization header requires 'Signature' parameter. ...
0 votes
1 answer
64 views

Issues setting up AWS CPP SDK. Following the hello_s3 example. compiler throws the error; ...include/aws/core/http/HttpClientFactory.h:60:123: error: no type named 'IOStreamFactory' in namespace 'Aws' ...
0 votes
0 answers
670 views

I am having trouble in linking two libraries, CURL, OpenSSL and AWS SDK S3, simultaneously. But the thing is I need to manage another libraries with conan 2.0. I shrinked CMakeLists.txt and Example ...
1 vote
1 answer
172 views

I'm using the AWS C++ SDK from a Visual Studio project. The SDK was installed using vcpkg. Building the project gives the following linker error: LNK2001 unresolved external symbol "public: ...
devx's user avatar
  • 335
0 votes
1 answer
148 views

I want to use a C++ logging library in a mixed C/C++ application. The legacy application is full of printf style logging. The new library also supports that. The C files are compiled with C compiler, ...
rahman's user avatar
  • 4,988
0 votes
1 answer
274 views

I'm currently using the Aws::Utils::Logging::ConsoleLogSystem to log to stdout. This is great as my application logs to stdout too. However, the AWS C++ SDK is a different format than my current ...
Grant S's user avatar
0 votes
1 answer
370 views

main.cpp: In function ‘void downloadFile(const string&, const string&, std::ostream&)’: main.cpp:23:95: error: no matching function for call to ‘Aws::S3::S3Client::S3Client(Aws::Auth::...
0 votes
1 answer
402 views

The case: Multitenant C++ application using AWS C++ SDK, it processes jobs that may belong to multiple tennats account and each time I should assume another role and make somehow our infra to work ...
2 votes
0 answers
113 views

my cgo args: /* #cgo LDFLAGS: -L/usr/local/libtorch/lib -ltorch -lc10 -lkineto -ltorch_cpu -laws-cpp-sdk-s3 -laws-cpp-sdk-sts -laws-cpp-sdk-iam -laws-cpp-sdk-core #cgo CXXFLAGS: -std=c++14 -I/usr/...
coderc's user avatar
  • 21
0 votes
2 answers
709 views

When I create a DynamoDB VPC Gateway Endpoint it breaks an ECS task that connects to DynamoDB. The ECS task/service/cluster is in the same VPC in the same region as the gateway endpoint on a private ...
0 votes
1 answer
389 views

I'm trying to make some S3 queries to Localstack by using the AWS C++ SDK. I've followed the examples provided by AWS in C++ in order to, for instance, list my buckets, but without any luck. I share ...
0 votes
0 answers
388 views

Using aws-sdk-cpp, I created AWS client to access S3 bucket. It works with Standard AWS Regions, but not AWS GovCloud (US). Note that we only pass bucket name and region (us-gov-west-1) to SDK, ...

15 30 50 per page
1
2 3 4 5
...
9

AltStyle によって変換されたページ (->オリジナル) /