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

Function EnsureAwsInstanceInitialized

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

Source from the content-addressed store, hash-verified

3583}
3584
3585Result<bool> EnsureAwsInstanceInitialized(const S3GlobalOptions& options) {
3586 return GetAwsInstance()->EnsureInitialized(options);
3587}
3588
3589} // namespace
3590

Callers 1

EnsureS3InitializedFunction · 0.85

Calls 2

GetAwsInstanceFunction · 0.85
EnsureInitializedMethod · 0.45

Tested by

no test coverage detected