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

Method S3Options

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

Source from the content-addressed store, hash-verified

230// S3Options implementation
231
232S3Options::S3Options() {
233 DCHECK(IsS3Initialized()) << "Must initialize S3 before using S3Options";
234}
235
236void S3Options::ConfigureDefaultCredentials() {
237 credentials_provider =

Callers

nothing calls this directly

Calls 1

IsS3InitializedFunction · 0.85

Tested by

no test coverage detected