13#include <aws/crt/io/Bootstrap.h>
14#include <aws/crt/io/TlsOptions.h>
23 partSize(5 * 1024 * 1024),
24 throughputTargetGbps(2.0) {}
34 size_t partSize = 5 * 1024 * 1024;
42 double throughputTargetGbps = 2.0;
46 void *shutdownCallbackUserData =
nullptr;
std::shared_ptr< Aws::Crt::Io::TlsConnectionOptions > tlsConnectionOptions
std::shared_ptr< Aws::Crt::Io::ClientBootstrap > clientBootstrap
std::function< void(void *)> clientShutdownCallback