| 1084 | const Aws::Client::ClientConfiguration& config() const { return client_config_; } |
| 1085 | |
| 1086 | Aws::Client::ClientConfiguration* mutable_config() { return &client_config_; } |
| 1087 | |
| 1088 | Result<std::shared_ptr<S3ClientHolder>> BuildClient( |
| 1089 | std::optional<io::IOContext> io_context = std::nullopt) { |