Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3602
Status EnsureS3Initialized() {
3603
return EnsureAwsInstanceInitialized(S3GlobalOptions::Defaults()).status();
3604
}
3605
3606
Status FinalizeS3() {
3607
auto instance = GetAwsInstance();
Callers
1
s3fs.cc
File · 0.85
Calls
3
EnsureAwsInstanceInitialized
Function · 0.85
Defaults
Function · 0.50
status
Method · 0.45
Tested by
no test coverage detected