| 2213 | const S3Options& options() const { return builder_.options(); } |
| 2214 | |
| 2215 | std::string region() const { |
| 2216 | return std::string(FromAwsString(builder_.config().region)); |
| 2217 | } |
| 2218 | |
| 2219 | // TODO: for every returned error, call GetOrSetBackend()? |
| 2220 |
nothing calls this directly
no test coverage detected