| 45 | } |
| 46 | |
| 47 | void S3WrapperBase::setRegion(const Aws::String& region) { |
| 48 | logger_->log_debug("Setting new AWS region [%s]", region); |
| 49 | client_config_.region = region; |
| 50 | } |
| 51 | |
| 52 | void S3WrapperBase::setTimeout(uint64_t timeout) { |
| 53 | logger_->log_debug("Setting AWS client connection timeout [%d]", timeout); |