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

Function GetAwsInstance

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

Source from the content-addressed store, hash-verified

3511};
3512
3513AwsInstance* GetAwsInstance() {
3514 static auto instance = std::make_unique<AwsInstance>();
3515 return instance.get();
3516}
3517
3518Result<bool> EnsureAwsInstanceInitialized(const S3GlobalOptions& options) {
3519 return GetAwsInstance()->EnsureInitialized(options);

Callers 4

FinalizeS3Function · 0.85
IsS3InitializedFunction · 0.85
IsS3FinalizedFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected