| 2268 | : builder_(std::move(options)), io_context_(io_context) {} |
| 2269 | |
| 2270 | Status Init() { return builder_.BuildClient(io_context_).Value(&holder_); } |
| 2271 | |
| 2272 | const S3Options& options() const { return builder_.options(); } |
| 2273 |
nothing calls this directly
no test coverage detected