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

Method setTimeout

extensions/aws/s3/S3WrapperBase.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void S3WrapperBase::setTimeout(uint64_t timeout) {
53 logger_->log_debug("Setting AWS client connection timeout [%d]", timeout);
54 client_config_.connectTimeoutMs = timeout;
55}
56
57void S3WrapperBase::setEndpointOverrideUrl(const Aws::String& url) {
58 logger_->log_debug("Setting AWS endpoint url [%s]", url);

Callers 1

onScheduleMethod · 0.80

Calls 1

log_debugMethod · 0.80

Tested by

no test coverage detected