MCPcopy Create free account
hub / github.com/apache/arrow / region

Method region

cpp/src/arrow/filesystem/s3fs.cc:2215–2217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

FromAwsStringFunction · 0.85

Tested by

no test coverage detected