| 2209 | : builder_(std::move(options)), io_context_(io_context) {} |
| 2210 | |
| 2211 | Status Init() { return builder_.BuildClient(io_context_).Value(&holder_); } |
| 2212 | |
| 2213 | const S3Options& options() const { return builder_.options(); } |
| 2214 |
nothing calls this directly
no test coverage detected