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

Function EnsureS3Initialized

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

Source from the content-addressed store, hash-verified

3600}
3601
3602Status EnsureS3Initialized() {
3603 return EnsureAwsInstanceInitialized(S3GlobalOptions::Defaults()).status();
3604}
3605
3606Status FinalizeS3() {
3607 auto instance = GetAwsInstance();

Callers 1

s3fs.ccFile · 0.85

Calls 3

DefaultsFunction · 0.50
statusMethod · 0.45

Tested by

no test coverage detected