#include <userver/s3api/clients/s3api.hpp>
Connection settings - retries, timeouts, and so on.
- Examples
- samples/s3api/src/s3api_client.cpp.
Definition at line 43 of file s3api.hpp.
|
| ConnectionCfg (std::chrono::milliseconds s3timeout, int s3retries=1, std::optional< std::string > proxy={}) |
|
◆ ConnectionCfg()
s3api::ConnectionCfg::ConnectionCfg |
( |
std::chrono::milliseconds |
s3timeout, |
|
|
int |
s3retries = 1 , |
|
|
std::optional< std::string > |
proxy = {} |
|
) |
| |
|
inlineexplicit |
◆ proxy
std::optional<std::string> s3api::ConnectionCfg::proxy {} |
◆ retries
int s3api::ConnectionCfg::retries = 1 |
◆ timeout
std::chrono::milliseconds s3api::ConnectionCfg::timeout {1000} |
The documentation for this struct was generated from the following file: