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

Function EnsureAwsInstanceInitialized

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

Source from the content-addressed store, hash-verified

3516}
3517
3518Result<bool> EnsureAwsInstanceInitialized(const S3GlobalOptions& options) {
3519 return GetAwsInstance()->EnsureInitialized(options);
3520}
3521
3522} // namespace
3523

Callers 1

EnsureS3InitializedFunction · 0.85

Calls 2

GetAwsInstanceFunction · 0.85
EnsureInitializedMethod · 0.45

Tested by

no test coverage detected