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

Function GetAwsInstance

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

Source from the content-addressed store, hash-verified

3578};
3579
3580AwsInstance* GetAwsInstance() {
3581 static auto instance = std::make_unique<AwsInstance>();
3582 return instance.get();
3583}
3584
3585Result<bool> EnsureAwsInstanceInitialized(const S3GlobalOptions& options) {
3586 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