Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ EnsureAwsInstanceInitialized
Function
EnsureAwsInstanceInitialized
cpp/src/arrow/filesystem/s3fs.cc:3585–3587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3583
}
3584
3585
Result<bool> EnsureAwsInstanceInitialized(const S3GlobalOptions& options) {
3586
return GetAwsInstance()->EnsureInitialized(options);
3587
}
3588
3589
} // namespace
3590
Callers
1
EnsureS3Initialized
Function · 0.85
Calls
2
GetAwsInstance
Function · 0.85
EnsureInitialized
Method · 0.45
Tested by
no test coverage detected