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

Function IsS3Finalized

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

Source from the content-addressed store, hash-verified

3620bool IsS3Initialized() { return GetAwsInstance()->IsInitialized(); }
3621
3622bool IsS3Finalized() { return GetAwsInstance()->IsFinalized(); }
3623
3624S3GlobalOptions S3GlobalOptions::Defaults() {
3625 auto log_level = S3LogLevel::Fatal;

Callers 1

CheckS3InitializedFunction · 0.85

Calls 2

GetAwsInstanceFunction · 0.85
IsFinalizedMethod · 0.80

Tested by

no test coverage detected