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

Method ResolveRegionUncached

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

Source from the content-addressed store, hash-verified

1220 }
1221
1222 Result<std::string> ResolveRegionUncached(const std::string& bucket) {
1223 ARROW_ASSIGN_OR_RAISE(auto client_lock, holder_->Lock());
1224 return client_lock->GetBucketRegion(bucket);
1225 }
1226
1227 protected:
1228 explicit RegionResolver(S3Options options) : builder_(std::move(options)) {}

Callers

nothing calls this directly

Calls 1

GetBucketRegionMethod · 0.80

Tested by

no test coverage detected