MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / AWSInitializer

Method AWSInitializer

extensions/aws/utils/AWSInitializer.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48AWSInitializer::AWSInitializer() {
49 Aws::InitAPI(options_);
50 Aws::Utils::Logging::InitializeAWSLogging(
51 std::make_shared<AWSSdkLogger>());
52}
53
54} // namespace utils
55} // namespace aws

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected