| 46 | } |
| 47 | |
| 48 | AWSInitializer::AWSInitializer() { |
| 49 | Aws::InitAPI(options_); |
| 50 | Aws::Utils::Logging::InitializeAWSLogging( |
| 51 | std::make_shared<AWSSdkLogger>()); |
| 52 | } |
| 53 | |
| 54 | } // namespace utils |
| 55 | } // namespace aws |
nothing calls this directly
no outgoing calls
no test coverage detected